Package whole .terraform
This commit is contained in:
parent
00c4161fa2
commit
81e94931ed
1 changed files with 4 additions and 6 deletions
|
@ -93,8 +93,8 @@ jobs:
|
||||||
path: tfplan
|
path: tfplan
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: providers
|
name: .terraform
|
||||||
path: .terraform/providers
|
path: .terraform
|
||||||
apply:
|
apply:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: plan
|
needs: plan
|
||||||
|
@ -107,10 +107,8 @@ jobs:
|
||||||
name: tfplan
|
name: tfplan
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: providers
|
name: .terraform
|
||||||
path: .terraform/providers
|
path: .terraform
|
||||||
- run: |
|
|
||||||
ls -la .terraform
|
|
||||||
- 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