Skip to content

Commit ff7d428

Browse files
committed
Fix build
1 parent a4a44ef commit ff7d428

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

examples/test/custom_iam_policy.tf

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
]
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+
# ]
1919

2020
#This also works
2121

0 commit comments

Comments
 (0)