Added CAPABILITY_IAM to base stack creation
parent
3ab46082c0
commit
3b55532c6c
|
|
@ -246,6 +246,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
|
|||
await CF.createStack({
|
||||
StackName: baseStackName,
|
||||
TemplateBody: baseStack,
|
||||
Capabilities: ['CAPABILITY_IAM'],
|
||||
Parameters: [
|
||||
{ ParameterKey: 'EnvironmentName', ParameterValue: 'development' },
|
||||
{ ParameterKey: 'Storage', ParameterValue: `${baseStackName}-storage` },
|
||||
|
|
|
|||
Loading…
Reference in New Issue