fix(misconf): unify the ACL bucket values #7238
Labels
kind/bug
Categorizes issue or PR as related to a bug.
scan/misconfiguration
Issues relating to misconfiguration scanning
In Terraform, bucket ACL values are set in kebab-case format, while in CloudFormation they are set in CamelCase
Example for Terraform:
private, public-read, public-read-write, aws-exec-read, authenticated-read, and log-delivery-write
Example for CloudFormation:
AuthenticatedRead | AwsExecRead | BucketOwnerFullControl | BucketOwnerRead | LogDeliveryWrite | Private | PublicRead | PublicReadWrite
Required:
The text was updated successfully, but these errors were encountered: