Update CI/CD
Some checks failed
terraform validation / Terraform (push) Failing after 23s

This commit is contained in:
Hubert Cornet 2025-01-22 21:17:06 +01:00
parent 33ea5df7db
commit 599061dd75

View File

@ -53,4 +53,8 @@ jobs:
- name: Terraform Plan
id: plan
run: terraform plan
run: terraform plan
- name: Terraform Apply
id: apply
run: terraform apply -auto-approve