diff --git a/builtin/providers/google/resource_compute_health_check.go b/builtin/providers/google/resource_compute_health_check.go index a0ac940d6..286ebc195 100644 --- a/builtin/providers/google/resource_compute_health_check.go +++ b/builtin/providers/google/resource_compute_health_check.go @@ -110,11 +110,11 @@ func resourceComputeHealthCheck() *schema.Resource { "host": &schema.Schema{ Type: schema.TypeString, Optional: true, - Default: 80, }, "port": &schema.Schema{ Type: schema.TypeInt, Optional: true, + Default: 80, }, "proxy_header": &schema.Schema{ Type: schema.TypeString, @@ -140,11 +140,11 @@ func resourceComputeHealthCheck() *schema.Resource { "host": &schema.Schema{ Type: schema.TypeString, Optional: true, - Default: 443, }, "port": &schema.Schema{ Type: schema.TypeInt, Optional: true, + Default: 443, }, "proxy_header": &schema.Schema{ Type: schema.TypeString,