Skip to content

Commit 6c77547

Browse files
authored
Merge pull request hashicorp#1622 from terraform-providers/paddy_undeprecate_ssl_name_prefix
Undeprecate name_prefix for ssl_certificate.
2 parents 701037b + 4122ce8 commit 6c77547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)