diff --git a/.github/workflows/tf-plan-apply.yml b/.github/workflows/tf-plan-apply.yml index a1c1b0d..c6c0ae1 100644 --- a/.github/workflows/tf-plan-apply.yml +++ b/.github/workflows/tf-plan-apply.yml @@ -27,6 +27,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - uses: hashicorp/setup-terraform@v3 + with: + terraform_version: "1.9.1" + # Initialize a new or existing Terraform working directory by creating initial files, # loading any remote state, downloading modules, etc. - name: Terraform Init @@ -124,6 +128,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - uses: hashicorp/setup-terraform@v3 + with: + terraform_version: "1.9.1 + # Initialize a new or existing Terraform working directory by creating initial files, # loading any remote state, downloading modules, etc. - name: Terraform Init