You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Describe the bug
After upgrading the provider aws from the series 3.x to series 4.x, we observe that the policy FG_R00274 doesn't work anymore. In the code, we can clearly see that the resource aws_s3_bucket_logging is handled. We had to disable the policy and write our own code handling only the new tf resource.
$ regula run .
[...]
FG_R00274: S3 bucket access logging should be enabled [Medium]
https://docs.fugue.co/FG_R00274.html
[1]: aws_s3_bucket.bucket_new_syntax
in s3.tf:21:1
[...]
We shouldn't see this alert.
Thank you in advance to look at that.
Rasmey
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading the provider aws from the series 3.x to series 4.x, we observe that the policy FG_R00274 doesn't work anymore. In the code, we can clearly see that the resource aws_s3_bucket_logging is handled. We had to disable the policy and write our own code handling only the new tf resource.
How you're running Regula
Operating System
Mac OS and Linux
Steps to reproduce
We shouldn't see this alert.
Thank you in advance to look at that.
Rasmey
The text was updated successfully, but these errors were encountered: