Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force-send min_ready_sec #10457

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changelog/5402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
```release-note:bug
compute: fixed the `google_compute_instance_group_manager.update_policy.0.min_ready_sec` field so that updating it to `0` works
```
```release-note:bug
compute: fixed the `google_compute_region_instance_group_manager.update_policy.0.min_ready_sec` field so that updating it to `0` works
```
1 change: 0 additions & 1 deletion google/resource_compute_instance_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ func expandUpdatePolicy(configured []interface{}) *compute.InstanceGroupManagerU
NullFields: []string{"Percent"},
}
}

}
return updatePolicy
}
Expand Down
1 change: 0 additions & 1 deletion google/resource_compute_region_instance_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,6 @@ func expandRegionUpdatePolicy(configured []interface{}) *compute.InstanceGroupMa
NullFields: []string{"Percent"},
}
}

}
return updatePolicy
}
Expand Down