Call terraform init in deployment job to recreate link to plugin
This commit is contained in:
parent
407301bd92
commit
53377dccc6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue