Skip to content

Commit

Permalink
Update resource_glesys_loadbalancer_target.go attribute
Browse files Browse the repository at this point in the history
Set the `targetip` attribute as required.

Fixes #146
  • Loading branch information
norrland committed Oct 12, 2023
1 parent 72bf4df commit 372a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glesys/resource_glesys_loadbalancer_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func resourceGlesysLoadBalancerTarget() *schema.Resource {
"targetip": {
Description: "Target IP.",
Type: schema.TypeString,
Optional: true,
Required: true,
},

"weight": {
Expand Down

0 comments on commit 372a570

Please sign in to comment.