Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created March 1, 2019 17:44
Show Gist options
  • Select an option

  • Save 100daysofdevops/3234bf940b86328c2e7515e27147e097 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/3234bf940b86328c2e7515e27147e097 to your computer and use it in GitHub Desktop.
output "public_subnets" {
value = "${aws_subnet.public_subnet.*.id}"
}
output "private_subnets" {
value = "${aws_subnet.private_subnet.*.id}"
}
output "security_group" {
value = "${aws_security_group.test_sg.id}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment