From 4e6ef4b2e6079138730d1ff9b75d71fffe2a0aec Mon Sep 17 00:00:00 2001 From: Jonatan Reiners Date: Wed, 9 Apr 2025 23:40:39 +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?.=20(#626)?= 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 3b5ac639..286fc133 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"