Actualiser .gitea/workflows/validate.yml
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 36s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 36s
This commit is contained in:
@@ -49,6 +49,9 @@ jobs:
|
|||||||
run: terraform plan
|
run: terraform plan
|
||||||
|
|
||||||
- name: Terraform Apply
|
- name: Terraform Apply
|
||||||
|
env:
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
run: terraform apply --auto-approve --input=false
|
run: terraform apply --auto-approve --input=false
|
||||||
|
|
||||||
- name: Terraform Output
|
- name: Terraform Output
|
||||||
|
Reference in New Issue
Block a user