Skip to content

Commit

Permalink
Add ENVIRONMENT_MANAGEMENT env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg committed Jul 5, 2024
1 parent 3126ffe commit 568e195
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-vpc-development-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defaults:

env:
AWS_REGION: "eu-west-2"

ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }}
jobs:
core-vpc-development-deployment-plan-apply:
uses: ./.github/workflows/reusable_terraform_plan_apply.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core-vpc-preproduction-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ on:

env:
AWS_REGION: "eu-west-2"
ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }}

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core-vpc-production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ defaults:

env:
AWS_REGION: "eu-west-2"
ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }}

jobs:
core-vpc-production-deployment-plan-apply:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core-vpc-test-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defaults:

env:
AWS_REGION: "eu-west-2"
ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }}

jobs:
core-vpc-test-deployment-plan-apply:
Expand Down

0 comments on commit 568e195

Please sign in to comment.