Difference between revisions of "Terraform map type"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* [[Terraform]] <code>[[Terraform lookup function|lookup]]</code> function
 
* [[Terraform]] <code>[[Terraform lookup function|lookup]]</code> function
 
* <code>[[Terraform functions: templatefile|templatefile]]</code>
 
* <code>[[Terraform functions: templatefile|templatefile]]</code>
 +
* [[key/value]]
  
 
== See also ==
 
== See also ==

Revision as of 15:48, 4 April 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: