Skip to content

Commit 682bfa1

Browse files
committed
eli-204 changing test job to terraform plan
1 parent 5bae5fd commit 682bfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-oidc-test.yaml renamed to .github/workflows/manual-terraform-plan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
options: [dev, test, preprod]
1111

1212
jobs:
13-
deploy-stacks:
13+
plan-stacks:
1414
runs-on: ubuntu-latest
1515
environment: ${{ inputs.environment }}
1616
permissions:
@@ -53,7 +53,7 @@ jobs:
5353
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/service-roles/github-actions-api-deployment-role
5454
aws-region: eu-west-2
5555

56-
- name: "Deploy Stacks"
56+
- name: "Terraform Plan Stacks"
5757
env:
5858
ENVIRONMENT: "dev"
5959
WORKSPACE: "default"

0 commit comments

Comments
 (0)