Terraform map type

From wikieduonline
Revision as of 08:24, 3 September 2023 by Welcome (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: