From 44f6c30363c19296dd04aac45b0927d33d30062d Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Tue, 10 Aug 2021 10:32:17 -0400 Subject: [PATCH] Bump tested TF versions --- .github/workflows/acctest.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acctest.yml b/.github/workflows/acctest.yml index fd61092..3b084c5 100644 --- a/.github/workflows/acctest.yml +++ b/.github/workflows/acctest.yml @@ -45,9 +45,8 @@ jobs: - stable-5 - stable-6 terraform: - - '0.13.7' - - '0.14.11' - - '0.15.4' + - '0.15.5' + - '1.0.4' steps: - name: Set up Go