Skip to content

Commit

Permalink
Change removed update_strategy to computed (#4929)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and chrisst committed Nov 27, 2019
1 parent 9e82f04 commit 384b809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion google/resource_compute_region_instance_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func resourceComputeRegionInstanceGroupManager() *schema.Resource {

"instance_template": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Removed: "This field has been replaced by `version.instance_template` in 3.0.0",
},

Expand Down

0 comments on commit 384b809

Please sign in to comment.