Difference between revisions of "Terraform expression: for"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== See also == | == See also == | ||
− | * {{Terraform}} | + | * {{Terraform expressions}} |
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 09:27, 23 February 2023
[for s in var.list : upper(s)]
cidr_blocks = [for s in data.aws_subnet.all_public : s.cidr_block]
Related
See also
Advertising: