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

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

View file

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