Correct argument reference for certificate

This commit is contained in:
Jonathan Groth 2015-11-13 17:13:20 -05:00
parent ac6dd0ca81
commit 2ea33dd834

View File

@ -35,7 +35,7 @@ The following arguments are supported:
Changing this forces a new resource to be created. Changing this forces a new resource to be created.
* `private_key` - (Required) Write only private key in PEM format. * `private_key` - (Required) Write only private key in PEM format.
Changing this forces a new resource to be created. Changing this forces a new resource to be created.
* `description` - (Required) A local certificate file in PEM format. The chain * `certificate` - (Required) A local certificate file in PEM format. The chain
may be at most 5 certs long, and must include at least one intermediate cert. may be at most 5 certs long, and must include at least one intermediate cert.
Changing this forces a new resource to be created. Changing this forces a new resource to be created.