Use base stack name as the environment within aws cloud formations

pull/289/head
mdugdale 2021-08-21 23:47:58 +01:00
parent 29442b7508
commit 582bf2a14f
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -459,7 +459,7 @@ class AWSBuildEnvironment {
Capabilities: ['CAPABILITY_IAM'],
Parameters: [
{
ParameterKey: 'Environment',
ParameterKey: 'EnvironmentName',
ParameterValue: this.baseStackName,
},
{

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -162,7 +162,7 @@ class AWSBuildEnvironment implements CloudRunnerProviderInterface {
Capabilities: ['CAPABILITY_IAM'],
Parameters: [
{
ParameterKey: 'Environment',
ParameterKey: 'EnvironmentName',
ParameterValue: this.baseStackName,
},
{