From 24384d2605702fe08da96d85923ac1b58fc2bdef Mon Sep 17 00:00:00 2001 From: Warren Uniewski Date: Mon, 11 Dec 2023 14:52:09 -0800 Subject: [PATCH] Update terraform-validate.yaml use action to generate provider aliases --- .github/workflows/terraform-validate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/terraform-validate.yaml b/.github/workflows/terraform-validate.yaml index 742367b..988c7f2 100644 --- a/.github/workflows/terraform-validate.yaml +++ b/.github/workflows/terraform-validate.yaml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: hashicorp/setup-terraform@v2 + - uses: bendrucker/terraform-configuration-aliases-action@v1 - name: terraform init run: terraform init -input=false -backend=false