DigitalOcean Certificate - Terraform
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9 |
| digitalocean | ~> 2.40 |
| tls | ~> 4.0 |
Providers
| Name | Version |
|---|---|
| digitalocean | ~> 2.40 |
| tls | ~> 4.0 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| digitalocean_certificate.this | resource |
| tls_private_key.this | resource |
| tls_self_signed_cert.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| create_private_key | Boolean controlling whether to create a self-signed certificate. | bool | false | no |
| domain_names | The domain name for the certificate. | list(any) | [] | no |
| name | The certificate name. | string | n/a | yes |
| subjet_organization | The organization name for the certificate. | string | null | no |
Outputs
| Name | Description |
|---|---|
| certificate_name | n/a |