-
Notifications
You must be signed in to change notification settings - Fork 315
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
bug(terraform): false positive of "CloudWatch Without Retention Period Specified" #7254
Comments
github-actions
bot
added
terraform
Terraform query
aws
PR related with AWS Cloud
labels
Sep 12, 2024
I don't know if this will help, but from my terraform logs the plan is:
The generated plan
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
retention-in-days
is set using a variable (in my case a map) I get the warning "CloudWatch Without Retention Period Specified"Expected Behavior
No warning as retention period is set to a valid value
Actual Behavior
Warning "CloudWatch Without Retention Period Specified"
Steps to Reproduce the Problem
Specifications
N/A
The text was updated successfully, but these errors were encountered: