Fix broken docs link (#7175)

This commit is contained in:
Seth Vargo 2016-06-15 16:36:23 +02:00 committed by Clint
parent b0c0e3cb9d
commit a1e0e171d9
1 changed files with 7 additions and 8 deletions

View File

@ -90,17 +90,17 @@ resource "aws_elb" "ourapp" {
The following arguments are supported: 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. path in this value. If omitted, Terraform will assign a random, unique name.
* `name_prefix` - (Optional) Creates a unique name beginning with the specified * `name_prefix` - (Optional) Creates a unique name beginning with the specified
prefix. Conflicts with `name`. 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. PEM-encoded format.
* `certificate_chain`  (Optional) The contents of the certificate chain. * `certificate_chain`  (Optional) The contents of the certificate chain.
This is typically a concatenation of the PEM-encoded public key certificates This is typically a concatenation of the PEM-encoded public key certificates
of the chain. of the chain.
* `private_key`  (Required) The contents of the private key in PEM-encoded format. * `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 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`. AWS CloudFront, the path must be in format `/cloudfront/your_path_here`.
See [IAM Identifiers][1] for more details on IAM Paths. 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 [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
[2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingServerCerts.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