-
Stigian Consulting LLC
Pinned Loading
-
Build AWS Security Groups with Terra...
Build AWS Security Groups with Terraform and CSV 1# Decode the CSV file into a list of maps
2locals {
3sg_rules = csvdecode(file("./sg_rules.csv"))
4sg_names = toset([for rule in local.sg_rules : rule.name])
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.