We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd82d2 commit f60f3f9Copy full SHA for f60f3f9
tests/other_test.go
@@ -16,6 +16,7 @@ func TestRunBasicExample(t *testing.T) {
16
Testing: t,
17
TerraformDir: "examples/basic",
18
Prefix: "secrets-mgr-def",
19
+ Region: validRegions[rand.Intn(len(validRegions))],
20
})
21
22
output, err := options.RunTestConsistency()
0 commit comments