Skip to content

Commit

Permalink
Merge pull request #30 from leeLeft/fix-modify-check-logic
Browse files Browse the repository at this point in the history
Fix checkout logic
  • Loading branch information
leeLeft authored May 27, 2024
2 parents 85bc475 + 6ce45e4 commit 35a187d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions celerdatabyoc/resource_elastic_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func resourceElasticCluster() *schema.Resource {
"coordinator_node_size": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringIsNotEmpty,
},
"coordinator_node_count": {
Expand All @@ -65,7 +64,6 @@ func resourceElasticCluster() *schema.Resource {
"compute_node_size": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringIsNotEmpty,
},
"compute_node_count": {
Expand Down

0 comments on commit 35a187d

Please sign in to comment.