diff --git a/gcore/resource_gcore_loadbalancerv2.go b/gcore/resource_gcore_loadbalancerv2.go index 970bbc3..edb82d8 100644 --- a/gcore/resource_gcore_loadbalancerv2.go +++ b/gcore/resource_gcore_loadbalancerv2.go @@ -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,