Skip to content

Commit 907106b

Browse files
committed
Update examples to include conditions in a *role_statements
1 parent 985de14 commit 907106b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/complete/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ module "ecs" {
161161
}
162162
tasks_iam_role_statements = [
163163
{
164-
actions = ["s3:List*"]
165-
resources = ["arn:aws:s3:::*"]
164+
actions = ["s3:List*"]
165+
resources = ["arn:aws:s3:::*"]
166+
conditions = []
166167
}
167168
]
168169

0 commit comments

Comments
 (0)