diff --git a/.github/workflows/core-vpc-development-deployment.yml b/.github/workflows/core-vpc-development-deployment.yml index b4126cc82..38b8d5492 100644 --- a/.github/workflows/core-vpc-development-deployment.yml +++ b/.github/workflows/core-vpc-development-deployment.yml @@ -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 diff --git a/.github/workflows/core-vpc-preproduction-deployment.yml b/.github/workflows/core-vpc-preproduction-deployment.yml index 9d0dcf7b9..4338fb1ae 100644 --- a/.github/workflows/core-vpc-preproduction-deployment.yml +++ b/.github/workflows/core-vpc-preproduction-deployment.yml @@ -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 diff --git a/.github/workflows/core-vpc-production-deployment.yml b/.github/workflows/core-vpc-production-deployment.yml index 14a38984b..6d77c6999 100644 --- a/.github/workflows/core-vpc-production-deployment.yml +++ b/.github/workflows/core-vpc-production-deployment.yml @@ -52,6 +52,7 @@ defaults: env: AWS_REGION: "eu-west-2" + ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }} jobs: core-vpc-production-deployment-plan-apply: diff --git a/.github/workflows/core-vpc-test-deployment.yml b/.github/workflows/core-vpc-test-deployment.yml index 152b57227..8b81dd62e 100644 --- a/.github/workflows/core-vpc-test-deployment.yml +++ b/.github/workflows/core-vpc-test-deployment.yml @@ -50,6 +50,7 @@ defaults: env: AWS_REGION: "eu-west-2" + ENVIRONMENT_MANAGEMENT: ${{ secrets.MODERNISATION_PLATFORM_ENVIRONMENTS }} jobs: core-vpc-test-deployment-plan-apply: