We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a44ef commit ff7d428Copy full SHA for ff7d428
examples/test/custom_iam_policy.tf
@@ -1,21 +1,21 @@
1
-ecs_task_execution_role_custom_policies = [
2
- jsonencode(
3
- {
4
- "Version" : "2012-10-17",
5
- "Statement" : [
6
7
- "Effect" : "Allow",
8
- "Action" : [
9
- "secretsmanager:GetSecretValue"
10
- ],
11
- "Resource" : [
12
- "arn:aws:secretsmanager:AWS_REGION:AWS_ACC:secret:SECRET_NAME"
13
- ]
14
- }
15
16
17
- )
18
-]
+# ecs_task_execution_role_custom_policies = [
+# jsonencode(
+# {
+# "Version" : "2012-10-17",
+# "Statement" : [
+# "Effect" : "Allow",
+# "Action" : [
+# "secretsmanager:GetSecretValue"
+# ],
+# "Resource" : [
+# "arn:aws:secretsmanager:AWS_REGION:AWS_ACC:secret:SECRET_NAME"
+# ]
+# }
+# )
19
20
#This also works
21
0 commit comments