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
Terraform Version & Prov:
AFT Version: 1.12.0 (Can be found in the AFT Management Account in the SSM Parameter /aft/config/aft/version)
/aft/config/aft/version
Terraform Version & Provider Versions Please provide the outputs of terraform version and terraform providers from within your AFT environment
terraform version
terraform providers
1.6.0
hashicorp/aws = 5.21.0
Bug Description S3 bucket aws-aft-logs-${ACCOUNT-ID}-${REGION} is created even if aft_feature_cloudtrail_data_events is set to false
aws-aft-logs-${ACCOUNT-ID}-${REGION}
aft_feature_cloudtrail_data_events
false
To Reproduce Steps to reproduce the behavior:
aws-ia/control_tower_account_factory/aws
aws-aft-logs-11111111111-us-east-1
Expected behavior Bucket should not be created and remain empty if user opts out of cloudtrail data events feature.
Related Logs N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
@anasillo thank you for reporting this. I will create an internal backlog to address this.
Sorry, something went wrong.
No branches or pull requests
Terraform Version & Prov:
AFT Version: 1.12.0
(Can be found in the AFT Management Account in the SSM Parameter
/aft/config/aft/version
)Terraform Version & Provider Versions
Please provide the outputs of
terraform version
andterraform providers
from within your AFT environmentterraform version
terraform providers
Bug Description
S3 bucket
aws-aft-logs-${ACCOUNT-ID}-${REGION}
is created even ifaft_feature_cloudtrail_data_events
is set tofalse
To Reproduce
Steps to reproduce the behavior:
aft_feature_cloudtrail_data_events
asfalse
foraws-ia/control_tower_account_factory/aws
module.aws-aft-logs-${ACCOUNT-ID}-${REGION}
exists, e.g.aws-aft-logs-11111111111-us-east-1
is createdExpected behavior
Bucket should not be created and remain empty if user opts out of cloudtrail data events feature.
Related Logs
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: