Skip to content

Commit 7b3b4ff

Browse files
committed
node_count as required
1 parent cd8c52f commit 7b3b4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/advancedcluster/resource_advanced_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ func schemaSpecs() *schema.Schema {
415415
},
416416
"node_count": {
417417
Type: schema.TypeInt,
418-
Optional: true,
418+
Required: true,
419419
},
420420
},
421421
},

0 commit comments

Comments
 (0)