Skip to content

Commit 9b83b34

Browse files
committed
Fix resource name.
1 parent 170a551 commit 9b83b34

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/deployment

1 file changed

+1
-1
lines changed

terraform/modules/deployment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ resource "aws_iam_role_policy" "github_actions" {
242242
]
243243
Resource = [
244244
"arn:aws:s3:::${var.project_name}-${var.environment}-tfstate/*",
245-
"arn:aws:s3:::${var.project_name}-${var.environment}-logs/",
245+
"arn:aws:s3:::${var.project_name}-${var.environment}-logs",
246246
"arn:aws:s3:::${var.project_name}-${var.environment}-logs/*",
247247
]
248248
},

0 commit comments

Comments
 (0)