We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6aaf17 + a2e7f5a commit 9d92200Copy full SHA for 9d92200
1 file changed
main.tf
@@ -101,7 +101,6 @@ data "aws_iam_policy_document" "s3_audit_policy" {
101
}
102
103
resource "aws_s3_bucket_policy" "ct_audit_bucket_policy" {
104
- provider = "aws.logging"
105
- bucket = "${aws_s3_bucket.audit.id}"
106
- policy = "${data.aws_iam_policy_document.s3_audit_policy.json}"
+ bucket = "${aws_s3_bucket.audit.id}"
+ policy = "${data.aws_iam_policy_document.s3_audit_policy.json}"
107
0 commit comments