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:
Marcel S. Henselin 2026-04-17 10:24:48 +02:00
parent fa641d29c5
commit 1298c3fbf1
12 changed files with 78 additions and 1180 deletions

View file

@ -135,6 +135,7 @@ func FlavorsDataSourceSchema(ctx context.Context) schema.Schema {
Validators: []validator.String{
stringvalidator.OneOf(
"eu01",
"eu02",
),
},
},