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
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: providers
|
||||
path: .terraform/providers
|
||||
name: .terraform
|
||||
path: .terraform
|
||||
apply:
|
||||
runs-on: ubuntu-latest
|
||||
needs: plan
|
||||
|
@ -107,10 +107,8 @@ jobs:
|
|||
name: tfplan
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: providers
|
||||
path: .terraform/providers
|
||||
- run: |
|
||||
ls -la .terraform
|
||||
name: .terraform
|
||||
path: .terraform
|
||||
- name: Terraform apply
|
||||
id: apply
|
||||
run: terraform apply -auto-approve tfplan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue