We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c1d6 commit 2618b8dCopy full SHA for 2618b8d
tests/pr_test.go
@@ -137,8 +137,7 @@ func TestFSCloudInSchematic(t *testing.T) {
137
138
// If "jp-osa" was the best region selected, default to us-south instead.
139
// "jp-osa" is currently not allowing hs-crypto be used for encrypting in that region.
140
- // skipping the us-east due to provider issue : https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4843
141
- if options.Region == "jp-osa" || options.Region == "us-east" {
+ if options.Region == "jp-osa" {
142
options.Region = "us-south"
143
}
144
0 commit comments