From 9a9e00a06f400033ae80f5baf13191b94fdf7495 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Wed, 4 Oct 2023 15:06:14 -0500 Subject: [PATCH] Use terraform 1.5 for acceptance tests Signed-off-by: Charles Treatman --- .github/workflows/acctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acctest.yml b/.github/workflows/acctest.yml index 0edef9b49..a644ac1a3 100644 --- a/.github/workflows/acctest.yml +++ b/.github/workflows/acctest.yml @@ -71,7 +71,7 @@ jobs: version: - stable terraform: - - '1.1.5' + - '1.5' steps: - name: Check out code into the Go module directory