This commit is contained in:
Riley Karson 2017-06-16 15:41:26 -07:00
parent 3f26ea6425
commit de9b9a05b5

View File

@ -144,7 +144,7 @@ func resourceComputeInstanceGroupManagerCreate(d *schema.ResourceData, meta inte
InstanceTemplate: d.Get("instance_template").(string),
TargetSize: targetSize,
// Force send TargetSize to allow a value of 0.
ForceSendFields: []string{"TargetSize"},
ForceSendFields: []string{"TargetSize"},
}
// Set optional fields