Difference between revisions of "Terraform map type"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  map(any)
 
  map(any)
 
  map(string)
 
  map(string)
 +
 +
[[variable.tf]]
 +
variable "base_tags" {
 +
  type        = map(any)
 +
  description = "tags"
 +
}
  
 
== Related ==
 
== Related ==

Revision as of 19:39, 28 February 2023

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

map(any)
map(string)

variable.tf

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

Related

See also

Advertising: