Difference between revisions of "Terraform expression: for"

From wikieduonline
Jump to navigation Jump to search
 
Line 9: Line 9:
 
* <code>[[for]]</code>
 
* <code>[[for]]</code>
 
* <code>[[all_private]]</code>
 
* <code>[[all_private]]</code>
 +
* [[Security Groups]]
  
 
== See also ==
 
== See also ==

Latest revision as of 06:55, 8 March 2023


[for s in var.list : upper(s)]

cidr_blocks = [for s in data.aws_subnet.all_public : s.cidr_block]

Related[edit]

See also[edit]

Advertising: