Skip to content

Commit 52a2ec6

Browse files
committed
Allow au for region specification
1 parent a883bdf commit 52a2ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

konnect/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Provider() *schema.Provider {
2020
Type: schema.TypeString,
2121
Optional: true,
2222
DefaultFunc: schema.EnvDefaultFunc("KONNECT_REGION", "us"),
23-
ValidateFunc: validation.StringInSlice([]string{"us", "eu"}, false),
23+
ValidateFunc: validation.StringInSlice([]string{"us", "eu", "au"}, false),
2424
},
2525
//"default_tags": {
2626
// Type: schema.TypeSet,

0 commit comments

Comments
 (0)