Difference between revisions of "Terraform: list type"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
*<code>type        = list(string)</code>
 
*<code>type        = list(string)</code>
 
*<code>default    = []</code>
 
*<code>default    = []</code>
 +
 +
["us-west-1a", "us-west-1c"]
  
 
==Related terms==
 
==Related terms==

Revision as of 23:02, 27 February 2022

wikipedia:List (abstract data type) https://www.terraform.io/language/expressions/types#list

Terraform Types:

  • type = list(string)
  • default = []
["us-west-1a", "us-west-1c"]

Related terms

See also

Advertising: