Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk53 committed Oct 24, 2023
1 parent f5f2ebc commit a5464a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gcore/resource_gcore_loadbalancerv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ func resourceLoadBalancerV2() *schema.Resource {
ForceNew: true,
},
"vip_network_id": &schema.Schema{
Type: schema.TypeString,
Type: schema.TypeString,
Description: "Note: add all created `gcore_subnet` resources within the network with this id to the `depends_on` to be sure that `gcore_loadbalancerv2` will be destroyed first",
Optional: true,
ForceNew: true,
Optional: true,
ForceNew: true,
},
"vip_subnet_id": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit a5464a1

Please sign in to comment.