Skip to content

Commit b5da1ab

Browse files
Revert "add athena storage actions (#2531)" (#2532)
This reverts commit d07923b.
1 parent d07923b commit b5da1ab

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

terraform/core/24-qlik-iam.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,4 @@ data "aws_iam_policy_document" "qlik_can_read_from_s3_and_athena" {
132132
"*"
133133
]
134134
}
135-
136-
statement {
137-
effect = "Allow"
138-
actions = [
139-
"s3:GetBucketLocation",
140-
"s3:ListBucket",
141-
"s3:GetBucketVersioning"
142-
]
143-
resources = [
144-
module.athena_storage.bucket_arn,
145-
]
146-
}
147135
}
148-

0 commit comments

Comments
 (0)