Difference between revisions of "Terraform map type"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  map(string)
 
  map(string)
  
[[variable.tf]]
+
[[variables.tf]]
 
  variable "base_tags" {
 
  variable "base_tags" {
 
   type        = map(any)
 
   type        = map(any)

Revision as of 19:39, 28 February 2023

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: