Skip to content

Commit

Permalink
Roles must be comma seperated list, as stated in templates/stacker-bu…
Browse files Browse the repository at this point in the history
…cket.yaml (cloudtools#656)
  • Loading branch information
jhooyberghs authored and phobologic committed Sep 3, 2018
1 parent cd379d0 commit d95ab92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/cross-account/stacker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ stacks:
profile: master
template_path: templates/stacker-bucket.yaml
variables:
Roles:
# Change these to the correct AWS account IDs
- arn:aws:iam::<prod account id>:role/Stacker
- arn:aws:iam::<stage account id>:role/Stacker
# Change these to the correct AWS account IDs, must be comma seperated list
Roles: arn:aws:iam::<prod account id>:role/Stacker, arn:aws:iam::<stage account id>:role/Stacker

0 comments on commit d95ab92

Please sign in to comment.