fix: update SDK version to fix unknown json value error
feat: add eu02 to available zones in sqlserver [skip ci]
This commit is contained in:
parent
fa641d29c5
commit
1298c3fbf1
12 changed files with 78 additions and 1180 deletions
|
|
@ -135,6 +135,7 @@ func FlavorsDataSourceSchema(ctx context.Context) schema.Schema {
|
|||
Validators: []validator.String{
|
||||
stringvalidator.OneOf(
|
||||
"eu01",
|
||||
"eu02",
|
||||
),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue