Skip to content

Commit 9ce39d4

Browse files
committed
fix: Add IAM policy for access to the exports bucket.
1 parent 97d7c93 commit 9ce39d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tofu/modules/system/templates/exports-access-policy.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Statement:
1212
Action:
1313
- s3:PutObject
1414
Resource:
15-
- "${bucket_arn}:*"
15+
- "${bucket_arn}/*"

0 commit comments

Comments
 (0)