Skip to content

Commit 39b9e88

Browse files
committed
fix(datawarehouse): remove MaxItems from computed-only public_network field
1 parent 3b4aa8e commit 39b9e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/services/datawarehouse/deployment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func ResourceDeployment() *schema.Resource {
9191
"public_network": {
9292
Type: schema.TypeList,
9393
Computed: true,
94-
MaxItems: 1,
9594
Description: "Public endpoint configuration. A public endpoint is created by default.",
9695
Elem: &schema.Resource{
9796
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)