Skip to content

Commit

Permalink
Change removed update_strategy to computed (#2706)
Browse files Browse the repository at this point in the history
Merged PR #2706.
  • Loading branch information
chrisst authored and modular-magician committed Nov 18, 2019
1 parent 39d92c7 commit 62a8d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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
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 62a8d04

Please sign in to comment.