From 76c7e39d425207b378e9e18f097d340aa54cb4f6 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 11:09:43 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v15 --- .github/workflows/setup-infra-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 0e7bcdaf8..5be27a4f6 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -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