Skip to content

Commit

Permalink
Force-send min_ready_sec (#5402) (#10457)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 29, 2021
1 parent d4fd3ac commit 0dad0b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

0 comments on commit 0dad0b1

Please sign in to comment.