Setting up test infrastructure pipeline v15

This commit is contained in:
Piasecki-grid 2025-03-28 11:09:43 +01:00
parent b6b7fa785d
commit 76c7e39d42

View file

@ -53,6 +53,12 @@ jobs:
run: |
cd cicd/grid-capstone-terraform-infra
terraform init
- name: Save terraform lock file in the repo.
run: |
git add .terraform.lock.hcl
git commit -m "Add Terraform provider lock file"
git push
# - name: Terraform Format & Validate