Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Giving Consul access to cloudformation:DescribeStacks (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlisonbee authored and fieldju committed May 11, 2017
1 parent 7bcb89f commit 595fefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smaas-cf/smaas/vpc-and-base.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
"Effect": "Allow",
"Action": [
"EC2:Describe*",
"cloudformation:DescribeStacks",
"cloudformation:SignalResource"
],
"Resource": "*"
Expand Down

0 comments on commit 595fefa

Please sign in to comment.