Skip to content

Commit

Permalink
fix: update default region to us-south (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagarwal-ibm authored Apr 11, 2024
1 parent 110a123 commit 3870985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testhelper/test_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3870985

Please sign in to comment.