Setting up test infrastructure pipeline v16

This commit is contained in:
Piasecki-grid 2025-03-28 11:11:18 +01:00
parent 76c7e39d42
commit ba8e4eef2e

View file

@ -56,6 +56,7 @@ jobs:
- name: Save terraform lock file in the repo.
run: |
cd cicd/grid-capstone-terraform-infra
git add .terraform.lock.hcl
git commit -m "Add Terraform provider lock file"
git push