Call terraform init in deployment job to recreate link to plugin

This commit is contained in:
Ben Martin 2024-06-06 22:06:47 +01:00
parent 407301bd92
commit 53377dccc6
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -115,6 +115,8 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: tfplan name: tfplan
- name: Terraform Init
run: terraform init -input=false
- name: Terraform apply - name: Terraform apply
id: apply id: apply
run: terraform apply -auto-approve tfplan run: terraform apply -auto-approve tfplan