Skip to content
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

Enabled input variable doesn't actually prevent resource creation #30

Closed
rahulk94 opened this issue Oct 16, 2019 · 0 comments · Fixed by #40
Closed

Enabled input variable doesn't actually prevent resource creation #30

rahulk94 opened this issue Oct 16, 2019 · 0 comments · Fixed by #40

Comments

@rahulk94
Copy link

The README documents the follow behaviour for the enabled input variable:

Name Description Type Default Required
enabled Set to false to prevent the module from creating any resources string true no

However when actually using this variable, all resources for this module are still created. On inspection of the main.tf file, it shows that this variable is actually only used to set the enabled status on a CloudFront distribution.

Ideally the input variable should be updated to actually work as documented, or at the very least the README documentation + variables.tf descriptions should be updated to represent what they actually do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant