Skip to content

Commit 4122ce8

Browse files
committed
Undeprecate name_prefix for ssl_certificate.
As discussed in hashicorp#1326, we're not going to remove name_prefix for compute_ssl_certificate, because it makes the common use case more ergonomic by a good amount, and the only cost is it's harder to maintain the autogenerated code, and we've decided the benefits outweigh the costs in this circumstance.
1 parent 8e7d6ea commit 4122ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/r/compute_ssl_certificate.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following arguments are supported:
7070
* `name` - (Optional) A unique name for the SSL certificate. If you leave
7171
this blank, Terraform will auto-generate a unique name.
7272

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

7676
* `description` - (Optional) An optional description of this resource.

0 commit comments

Comments
 (0)