Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 60fa2f5

Browse files
committed
terraform
1 parent 59ee379 commit 60fa2f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3030
use-cache: 'true'
3131

32-
- uses: opentofu/setup-opentofu@v1
33-
32+
- uses: hashicorp/setup-terraform@v3
33+
34+
3435
- name: Init OpenTofu
3536
working-directory: deploy
36-
run: tofu init -input=false
37+
run: terraform init -input=false
3738
- name: Apply OpenTofu
3839
working-directory: deploy
39-
run: tofu apply -auto-approve -input=false -no-color
40+
run: terraform apply -auto-approve -input=false -no-color

0 commit comments

Comments
 (0)