Skip to content

Commit 8297ff6

Browse files
committed
Remove state list.
1 parent 08188fb commit 8297ff6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/plan.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
environment:
2424
name: ${{ github.event.inputs.environment }}
2525
steps:
26-
- name: Deploy to environment
27-
run: echo "Deploying to ${{ needs.determine_environment.outputs.env_name }}"
28-
2926
- name: Checkout
3027
uses: actions/checkout@v5
3128

@@ -54,10 +51,6 @@ jobs:
5451
working-directory: ./terraform/config/${{ needs.determine_environment.outputs.env_name }}
5552
run: tofu --version
5653

57-
- name: List out state
58-
working-directory: ./terraform/config/${{ needs.determine_environment.outputs.env_name }}
59-
run: tofu state list
60-
6154
- name: Apply tofu plan
6255
working-directory: ./terraform/config/${{ needs.determine_environment.outputs.env_name }}
6356
run: tofu plan -input=false

0 commit comments

Comments
 (0)