Fix typo (#6281)
This commit is contained in:
parent
3a43ce8f8e
commit
5cd60aa26c
|
@ -91,7 +91,7 @@ resource "aws_elb" "ourapp" {
|
|||
The following arguments are supported:
|
||||
|
||||
* `name` - (Optional) The name of the Server Certificate. Do not include the
|
||||
path in this value.If omitted, Terraform will assign a random, unique name.
|
||||
path in this value. If omitted, Terraform will assign a random, unique name.
|
||||
* `name_prefix` - (Optional) Creates a unique name beginning with the specified
|
||||
prefix. Conflicts with `name`.
|
||||
* `certificate_body` – (Required) The contents of the public key certificate in
|
||||
|
|
Loading…
Reference in New Issue