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 a883bdf commit 52a2ec6Copy full SHA for 52a2ec6
konnect/provider.go
@@ -20,7 +20,7 @@ func Provider() *schema.Provider {
20
Type: schema.TypeString,
21
Optional: true,
22
DefaultFunc: schema.EnvDefaultFunc("KONNECT_REGION", "us"),
23
- ValidateFunc: validation.StringInSlice([]string{"us", "eu"}, false),
+ ValidateFunc: validation.StringInSlice([]string{"us", "eu", "au"}, false),
24
},
25
//"default_tags": {
26
// Type: schema.TypeSet,
0 commit comments