Skip to content

Instantly share code, notes, and snippets.

@Tokynet
Created October 17, 2016 21:53
Show Gist options
  • Save Tokynet/d5d62c354b362b7adab10f0599adf90f to your computer and use it in GitHub Desktop.
Save Tokynet/d5d62c354b362b7adab10f0599adf90f to your computer and use it in GitHub Desktop.
resource "aws_vpc" "datapipe" {
cidr_block = "172.16.16.0/20"
enable_dns_support = true
enable_dns_hostnames = true
tags {
Name = "datapipeline"
project = "demo"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment