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 79bffdd commit 6e1abf6Copy full SHA for 6e1abf6
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -184,11 +184,10 @@ export class EpsAssistMeStack extends Stack {
184
]
185
}),
186
new PolicyStatement({
187
- actions: ["cloudformation:DescribeStacks"],
188
- resources: [this.stackId]
189
- }),
190
- new PolicyStatement({
191
- actions: ["cloudformation:ListStacks"],
+ actions: [
+ "cloudformation:ListStacks",
+ "cloudformation:DescribeStacks"
+ ],
192
resources: ["*"]
193
})
194
0 commit comments