Skip to content

Commit

Permalink
Change removed update_strategy to computed
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
chrisst authored and modular-magician committed Nov 16, 2019
1 parent b486de7 commit 2737937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google/resource_compute_instance_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ func resourceComputeInstanceGroupManager() *schema.Resource {

"update_strategy": {
Type: schema.TypeString,
Optional: true,
Default: "REPLACE",
Computed: true,
Removed: "This field has been replaced by `update_policy`",
},

Expand Down

0 comments on commit 2737937

Please sign in to comment.