Skip to content

Instantly share code, notes, and snippets.

@Jinkxed
Created January 13, 2016 20:14
Show Gist options
  • Save Jinkxed/4e9dfd0be137e41c1ade to your computer and use it in GitHub Desktop.
Save Jinkxed/4e9dfd0be137e41c1ade to your computer and use it in GitHub Desktop.
# Not sure how to switch .region to us-west-1 / us-west-2
resource "aws_subnet" "Shared_Services-2A_Public" {
vpc_id = "${aws_vpc.default.id}"
cidr_block = "${var.aws_region_defaults.region.cidr_prefix}.0.0/23"
map_public_ip_on_launch = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment