User Tools

Site Tools


terraform:list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

terraform:list [18/02/2025 16:08] – created andrewterraform:list [18/02/2025 17:29] (current) andrew
Line 2: Line 2:
  
  
 +<code>
 +variable "cidr_block" {
 +  type    = list(string)
 +  default = ["10.0.0.0/16", "10.1.0.0/16", "10.2.0.0/16"]
 +}
 +
 +</code>
  
terraform/list.1739894890.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki