Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

un-deprecate name_prefix for instance templates #1328

Merged
merged 1 commit into from
Apr 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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