Merge pull request #3917 from grothja/patch-1
Correct argument reference for `certificate`
This commit is contained in:
commit
432cab51a7
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue