From dfbc35711ce9636dc1ac9d8fb05a105682247bbc Mon Sep 17 00:00:00 2001 From: Jonatan Reiners Date: Tue, 4 Jun 2024 17:37:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20Terraform=20version=20to?= =?UTF-8?q?=201.8.x=20in=20acceptance=20test=20GitHub=20Actions=20workflow?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/acc-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acc-test.yaml b/.github/workflows/acc-test.yaml index 3b5ac6391..286fc1338 100644 --- a/.github/workflows/acc-test.yaml +++ b/.github/workflows/acc-test.yaml @@ -26,7 +26,7 @@ jobs: matrix: terraform_version: - "0.15.x" - - "1.1.x" + - "1.8.x" resource_type: - "TestAccDockerConfig" - "TestAccDockerContainer"