Skip to content

Commit

Permalink
Change instance_template in RIGM to be computed
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst committed Nov 16, 2019
1 parent 976b126 commit 41845b5
Showing 1 changed file with 1 addition and 1 deletion.
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 41845b5

Please sign in to comment.