Skip to content

Commit

Permalink
un-deprecate name_prefix for instance templates (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored Apr 12, 2018
1 parent d786c3b commit bde72e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions google/resource_compute_instance_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ func resourceComputeInstanceTemplate() *schema.Resource {
}
return
},
Deprecated: "Use the random provider instead. See migration instructions at " +
"https://github.com/terraform-providers/terraform-provider-google/issues/1054#issuecomment-377390209",
},

"disk": &schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following arguments are supported:
* `name` - (Optional) The name of the instance template. If you leave
this blank, Terraform will auto-generate a unique name.

* `name_prefix` - (Deprecated, Optional) Creates a unique name beginning with the specified
* `name_prefix` - (Optional) Creates a unique name beginning with the specified
prefix. Conflicts with `name`.

* `can_ip_forward` - (Optional) Whether to allow sending and receiving of
Expand Down

0 comments on commit bde72e7

Please sign in to comment.