Terraform map type

From wikieduonline
Revision as of 19:39, 28 February 2023 by Newworld (talk | contribs)
Jump to navigation Jump to search

https://www.terraform.io/language/expressions/types#map

map(any)
map(string)

variables.tf

variable "base_tags" {
  type        = map(any)
  description = "tags"
}

Related

See also

Advertising: