-
-
Notifications
You must be signed in to change notification settings - Fork 253
Add working example #17
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
Conversation
This was caused by #13 (comment) which is now fixed |
examples/simple/main.tf
Outdated
|
||
module "subnets" { | ||
source = "git::https://github.com/cloudposse/terraform-aws-dynamic-subnets.git?ref=tags/0.3.5" | ||
namespace = "eg" |
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.
"${var.namespace}"?
should not mix the hardcoded values with variables.
we have namespace
, stage
and name
vars.
and all other attributes are set from vars.
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.
inline comments
what
why