We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae5fd commit 682bfa1Copy full SHA for 682bfa1
.github/workflows/github-oidc-test.yaml …hub/workflows/manual-terraform-plan.yaml.github/workflows/github-oidc-test.yaml renamed to .github/workflows/manual-terraform-plan.yaml
@@ -10,7 +10,7 @@ on:
10
options: [dev, test, preprod]
11
12
jobs:
13
- deploy-stacks:
+ plan-stacks:
14
runs-on: ubuntu-latest
15
environment: ${{ inputs.environment }}
16
permissions:
@@ -53,7 +53,7 @@ jobs:
53
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
54
aws-region: eu-west-2
55
56
- - name: "Deploy Stacks"
+ - name: "Terraform Plan Stacks"
57
env:
58
ENVIRONMENT: "dev"
59
WORKSPACE: "default"
0 commit comments