Skip to content

Commit

Permalink
Fix schema issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst committed Nov 8, 2019
1 parent 2832ba2 commit 39cce9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func resourceComputeInstanceGroupManager() *schema.Resource {
Optional: true,
Computed: true,
Removed: "This field has been replaced by `version.instance_template`",
ConflictsWith: []string{"version"},
DiffSuppressFunc: compareSelfLinkRelativePaths,
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ func resourceComputeRegionInstanceGroupManager() *schema.Resource {
},

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

"version": {
Expand Down

0 comments on commit 39cce9c

Please sign in to comment.