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 authored and modular-magician committed Nov 18, 2019
1 parent ebbf007 commit 618a9ad
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 618a9ad

Please sign in to comment.