diff --git a/google/resource_compute_instance_template.go b/google/resource_compute_instance_template.go index f4991ed0..a3c78db4 100644 --- a/google/resource_compute_instance_template.go +++ b/google/resource_compute_instance_template.go @@ -137,7 +137,6 @@ func resourceComputeInstanceTemplate() *schema.Resource { "automatic_restart": &schema.Schema{ Type: schema.TypeBool, Optional: true, - Default: true, ForceNew: true, Removed: "Use 'scheduling.automatic_restart' instead.", },