-
Notifications
You must be signed in to change notification settings - Fork 511
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
Correct point in time recovery for DynamoDB still leads to violation #838
Comments
The same does not seem to happen on master, even when using the same policy set. Below with the build based on the latest master
And below with v1.6.0 installed via brew
|
@HorizonNet thanks for raising the issue. I have fixed the policy and raised the PR. This should be resolved. Please verify, then I will close the issue. |
Hello all. This bug seems to be still present in version 1.10.0. We will test it out with 1.13.0. |
Tested out with version 1.13, and the bug is still present. Results of the test. resource "aws_dynamodb_table" "dynamodb-table" { Even with that code, a violation is launched. Violation Details -
Scan Summary -
Must this issue be reopened or should I have to open a new one pointing to this? |
Description
When having point in time recovery configured for DynamoDB Terrascan still complaints about a violation.
What I Did
Having the following Terraform snippet
After running Terrascan via
it still leads to the following output
The expected behavior is that with the Terraform configuration above the rule is not triggered.
The text was updated successfully, but these errors were encountered: