diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5f6f46..14aeb48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,10 @@ jobs: SERVICE_DOMAIN: sso.nonprod-service.security.gov.uk TF_WORKSPACE: nonprod AWS_REGION: eu-west-2 -# - environment: prod-aws -# SERVICE_DOMAIN: sso.service.security.gov.uk -# TF_WORKSPACE: prod -# AWS_REGION: eu-west-2 + - environment: prod-aws + SERVICE_DOMAIN: sso.service.security.gov.uk + TF_WORKSPACE: prod + AWS_REGION: eu-west-2 environment: name: ${{ matrix.environment }} steps: