File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
terraform/account-wide-infrastructure/modules/glue Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ resource "aws_iam_role_policy" "glue_service_role_policy" {
2121 policy = jsonencode ({
2222 " Version" : " 2012-10-17" ,
2323 " Statement" : [
24- {
25- " Effect" : " Allow" ,
26- " Action" : [
27- " glue:*" ,
28- " s3:GetBucketLocation" ,
29- " s3:ListBucket" ,
30- " s3:ListAllMyBuckets" ,
31- " s3:GetBucketAcl" ,
32- " cloudwatch:PutMetricData"
33- ],
34- " Resource" : [" *" ]
35- },
24+ # {
25+ # "Effect" : "Allow",
26+ # "Action" : [
27+ # "glue:*",
28+ # "s3:GetBucketLocation",
29+ # "s3:ListBucket",
30+ # "s3:ListAllMyBuckets",
31+ # "s3:GetBucketAcl",
32+ # "cloudwatch:PutMetricData"
33+ # ],
34+ # "Resource" : ["*"]
35+ # },
3636 {
3737 " Effect" : " Allow" ,
3838 " Action" : [" s3:CreateBucket" ],
You can’t perform that action at this time.
0 commit comments