Difference between revisions of "Terraform expression: for"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
  
[for s in var.list : upper(s)]
+
<code>[for s in var.list : upper(s)]</code>
  
[[cidr_blocks]]      = [for s in [[data.aws_subnet]].all_public : s.cidr_block]
+
<code>[[cidr_blocks]]      = [for s in [[data.aws_subnet]].all_public : s.cidr_block]</code>
  
 
== Related==
 
== Related==

Revision as of 13:46, 31 January 2023

Advertising: