From bf5fa74fdf5c9e6441dd7d0ce815598342bd8ac5 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Wed, 5 Oct 2022 09:49:00 +1100 Subject: [PATCH] Run acceptance tests in CI against 1.2.9 This should be reverted once https://github.com/hashicorp/terraform-plugin-sdk/issues/1073 is fixed --- build/Makefile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.test b/build/Makefile.test index 1622402c9..71a4a159a 100644 --- a/build/Makefile.test +++ b/build/Makefile.test @@ -42,7 +42,7 @@ endif .PHONY: testacc-ci testacc-ci: - @ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc + @ EC_API_KEY=$(shell cat .ci/.apikey) TF_ACC_TERRAFORM_VERSION=1.2.9 $(MAKE) testacc .PHONY: sweep-ci sweep-ci: