Amazon web services – Sonarqube not allowing me to set policy for S3 bucket
I'm trying to get my s3 bucket working to store access logs. Below is how I'm deploying the required policy for it using terraform. resource "aws_s3_bucket_policy" "bucket_logging_policy" { bucket = aws_s3_bucket.s3_access_logs_bucket.id policy = jsonencode({ "Version" : "2012-10-17", "Statement" : […