Skip to content

Commit

Permalink
Chenged arn
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroC-sys committed Sep 9, 2024
1 parent cdf9d1e commit 56c9b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infra-TF/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "aws_iam_policy_document" "tf_backend" {
effect = "Allow"
actions = ["s3:GetObject", "s3:PutObject", "s3:DeleteObject"]
resources = [
"arn:aws:s3:::${var.tf_state_bucket}/tf-state-deploy/*",
"arn:aws:s3:::devops-recipe-app-state/tf-state-deploy*",
"arn:aws:s3:::${var.tf_state_bucket}/tf-state-deploy-env/*"
]
}
Expand Down

0 comments on commit 56c9b04

Please sign in to comment.