Skip to content

Commit

Permalink
change affinity node name to required
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenorgate committed Apr 11, 2024
1 parent 07ac6b0 commit efd5d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func resourceNodeTemplate() *schema.Resource {
Description: "Availability zone name.",
},
FieldNodeTemplateName: {
Optional: true,
Required: true,
Type: schema.TypeString,
Description: "Name of node group.",
},
Expand Down

0 comments on commit efd5d95

Please sign in to comment.