Skip to content

Commit ea3244f

Browse files
UNDO: Added https enforce policy on ehr_repo_permit_developer_to_see_access_logs_policy
1 parent b576998 commit ea3244f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

terraform/s3.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,21 +187,6 @@ resource "aws_s3_bucket_policy" "ehr_repo_permit_developer_to_see_access_logs_po
187187
"aws:SecureTransport" : "false"
188188
}
189189
}
190-
},
191-
{
192-
"Sid" : "S3EnforceHTTPSPolicy",
193-
"Effect" : "Deny",
194-
"Principal" : "*",
195-
"Action" : "s3:*",
196-
"Resource" : [
197-
aws_s3_bucket.ehr_repo_access_logs.arn,
198-
"${aws_s3_bucket.ehr_repo_access_logs.arn}/*"
199-
],
200-
"Condition" : {
201-
"Bool" : {
202-
"aws:SecureTransport" : "false"
203-
}
204-
}
205190
}
206191
]
207192
})

0 commit comments

Comments
 (0)