Final changes

This commit is contained in:
Piasecki-grid 2025-03-31 12:32:10 +02:00
parent fdbac1df4b
commit c229580234

View file

@ -54,13 +54,12 @@ jobs:
cd cicd/grid-capstone-terraform-infra
terraform init
ls -al
- name: Save terraform lock file in the repo.
- name: Terraform Validate
run: |
cd cicd/grid-capstone-terraform-infra
git commit -m "There was a change in infra .tf files"
git push
continue-on-error: true
terraform validate
terraform fmt
- name: Terraform Apply
run: |