Skip to content

Commit 5cd60aa

Browse files
joelhandwellstack72
authored andcommitted
Fix typo (hashicorp#6281)
1 parent 3a43ce8 commit 5cd60aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/iam_server_certificate.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ resource "aws_elb" "ourapp" {
9191
The following arguments are supported:
9292

9393
* `name` - (Optional) The name of the Server Certificate. Do not include the
94-
path in this value.If omitted, Terraform will assign a random, unique name.
94+
path in this value. If omitted, Terraform will assign a random, unique name.
9595
* `name_prefix` - (Optional) Creates a unique name beginning with the specified
9696
prefix. Conflicts with `name`.
9797
* `certificate_body` – (Required) The contents of the public key certificate in

0 commit comments

Comments
 (0)