-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename repo #6
Rename repo #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use new repository name https://github.com/cloudposse/terraform-aws-dynamic-subnets
availability_zones = "${var.availability_zones}" | ||
namespace = "${var.namespace}" | ||
name = "${var.name}" | ||
stage = "${var.stage}" | ||
region = "${var.region}" | ||
vpc_id = "${aws_vpc.default.id}" | ||
cidr_block = "${aws_vpc.default.cidr_block}" | ||
igw_id = "${var.igw_id}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't work, because aws_internet_gateway
is being created in this module.
See link
What
Why