Skip to content

Instantly share code, notes, and snippets.

@grimm26
Created June 5, 2018 18:41
Show Gist options
  • Save grimm26/a4441b8c896a94fd05fbd03d0b4530c8 to your computer and use it in GitHub Desktop.
Save grimm26/a4441b8c896a94fd05fbd03d0b4530c8 to your computer and use it in GitHub Desktop.
handling complex data structure
[
{
id = "${aws_subnet.publicA.id}"
cidr = "${aws_subnet.publicA.cidr_block}"
az = "${aws_subnet.publicA.availability_zone}"
},
{
id = "${aws_subnet.publicB.id}"
cidr = "${aws_subnet.publicB.cidr_block}"
az = "${aws_subnet.publicB.availability_zone}"
},
{
id = "${aws_subnet.publicC.id}"
cidr = "${aws_subnet.publicC.cidr_block}"
az = "${aws_subnet.publicC.availability_zone}"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment