Use base stack name as the environment within aws cloud formations
parent
29442b7508
commit
582bf2a14f
|
|
@ -459,7 +459,7 @@ class AWSBuildEnvironment {
|
|||
Capabilities: ['CAPABILITY_IAM'],
|
||||
Parameters: [
|
||||
{
|
||||
ParameterKey: 'Environment',
|
||||
ParameterKey: 'EnvironmentName',
|
||||
ParameterValue: this.baseStackName,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -162,7 +162,7 @@ class AWSBuildEnvironment implements CloudRunnerProviderInterface {
|
|||
Capabilities: ['CAPABILITY_IAM'],
|
||||
Parameters: [
|
||||
{
|
||||
ParameterKey: 'Environment',
|
||||
ParameterKey: 'EnvironmentName',
|
||||
ParameterValue: this.baseStackName,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue