Difference between revisions of "Terraform map type"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
Official example:
 
Official example:
 +
{name = "Mabel", age = 52}
 
   
 
   
  

Latest revision as of 08:25, 3 September 2023

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

Official example:

{name = "Mabel", age = 52}

map(any)
map(string)
variables.tf
variable "base_tags" {
  type        = map(any)
  description = "tags"
}

Related[edit]

See also[edit]

Advertising: