Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsloop-ss committed Feb 4, 2024
1 parent 04e18eb commit 3c783b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/oidc-iam-github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ data "aws_iam_policy_document" "github_actions_cloudfront_site" {
"s3:GetObjectAcl",
"s3:GetObjectTagging",
"s3:ListBucket",
"s3:ListObjectsV2",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:PutObjectTagging",
Expand Down Expand Up @@ -91,12 +90,6 @@ data "aws_iam_policy_document" "github_actions_cloudfront_site" {
data.aws_ssm_parameter.distribution_arn.value,
]
}

statement {
effect = "Deny"
actions = ["*"]
resources = ["*"]
}
}

resource "aws_iam_policy" "github_actions_cloudfront_site" {
Expand Down

0 comments on commit 3c783b4

Please sign in to comment.