From 387098563e121f81185d4bb37ae422009ab6191c Mon Sep 17 00:00:00 2001 From: Rajat Agrawal <108140212+rajatagarwal-ibm@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:54:47 +0100 Subject: [PATCH] fix: update default region to us-south (#790) --- testhelper/test_options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhelper/test_options.go b/testhelper/test_options.go index 45188ec0..73259353 100644 --- a/testhelper/test_options.go +++ b/testhelper/test_options.go @@ -14,7 +14,7 @@ import ( "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/common" ) -const defaultRegion = "eu-gb" +const defaultRegion = "us-south" const defaultRegionYaml = "../common-dev-assets/common-go-assets/cloudinfo-region-vpc-gen2-prefs.yaml" const ibmcloudApiKeyVar = "TF_VAR_ibmcloud_api_key"