diff --git a/google/resource_compute_global_address.go b/google/resource_compute_global_address.go index d067b891..2d2edb22 100644 --- a/google/resource_compute_global_address.go +++ b/google/resource_compute_global_address.go @@ -30,7 +30,7 @@ func resourceComputeGlobalAddress() *schema.Resource { Type: schema.TypeString, Optional: true, ForceNew: true, - ValidateFunc: validation.StringInSlice([]string{"IPV4", "IPV6"}, false), + ValidateFunc: validation.StringInSlice([]string{"IPV4", "IPV6", ""}, false), }, "project": &schema.Schema{