We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found a bug? Maybe our Slack Community can help.
The module does not adhere module.this.enabled (Resources do not have a count attribute: https://github.com/cloudposse/terraform-aws-s3-website/blob/master/main.tf#L38).
module.this.enabled
count
When module.this.enabled=false, no resources should be created.
module.this.enabled=false
Steps to reproduce the behavior:
terraform plan
... # module.s3_website.aws_s3_bucket.default will be created + resource "aws_s3_bucket" "default" { ...
Terraform 0.13.7
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Found a bug? Maybe our Slack Community can help.
Describe the Bug
The module does not adhere
module.this.enabled
(Resources do not have acount
attribute: https://github.com/cloudposse/terraform-aws-s3-website/blob/master/main.tf#L38).Expected Behavior
When
module.this.enabled=false
, no resources should be created.Steps to Reproduce
Steps to reproduce the behavior:
module.this.enabled=false
terraform plan
Logs
Environment (please complete the following information):
Terraform 0.13.7
Additional Context
N/A
The text was updated successfully, but these errors were encountered: