Skip to content

Commit 41c39c1

Browse files
committed
More permissions for hpc-resource-provisioner
1 parent 2acfa7e commit 41c39c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hpc/security/hpc_resource_provisioner_policy.tftpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@
285285
"fsx:DescribeFileSystems",
286286
"fsx:TagResource"
287287
],
288-
"Resource": "arn:aws:fsx:${aws_region}:${account_id}:file-system/*"
288+
"Resource": [
289+
"arn:aws:fsx:${aws_region}:${account_id}:file-system/*",
290+
"arn:aws:fsx:${aws_region}:${account_id}:association/*"
291+
]
289292
},
290293
{
291294
"Sid": "AllowCreateSecretsManagerSecret",

0 commit comments

Comments
 (0)