diff --git a/website/source/docs/providers/aws/r/iam_server_certificate.html.markdown b/website/source/docs/providers/aws/r/iam_server_certificate.html.markdown index 25e2d56e9..087eda636 100644 --- a/website/source/docs/providers/aws/r/iam_server_certificate.html.markdown +++ b/website/source/docs/providers/aws/r/iam_server_certificate.html.markdown @@ -90,17 +90,17 @@ resource "aws_elb" "ourapp" { The following arguments are supported: -* `name` - (Optional) The name of the Server Certificate. Do not include the +* `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. * `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 +* `certificate_body` – (Required) The contents of the public key certificate in PEM-encoded format. -* `certificate_chain` – (Optional) The contents of the certificate chain. - This is typically a concatenation of the PEM-encoded public key certificates - of the chain. +* `certificate_chain` – (Optional) The contents of the certificate chain. + This is typically a concatenation of the PEM-encoded public key certificates + of the chain. * `private_key` – (Required) The contents of the private key in PEM-encoded format. -* `path` - (Optional) The IAM path for the server certificate. If it is not +* `path` - (Optional) The IAM path for the server certificate. If it is not included, it defaults to a slash (/). If this certificate is for use with AWS CloudFront, the path must be in format `/cloudfront/your_path_here`. See [IAM Identifiers][1] for more details on IAM Paths. @@ -116,5 +116,4 @@ The following arguments are supported: [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingServerCerts.html -[lifecycle]: http://localhost:4567/docs/configuration/resources.html - +[lifecycle]: /docs/configuration/resources.html