ssl
ganexcloud/ssl/cloudflare
Requirements | Name | Version | |------|---------| | terraform | >= 0.14 | | cloudflare | ~> 3 | Providers | Name | Version | |------|---------| | cloudflare | 3.13.0 | Modules No modules. Resources | Name | Type | |------|------| | cloudflare_certificate_pack.this | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | certificate\_authority | (Optional based on type) Which certificate authority to issue the certificate pack. Allowed values: digicert, lets_encrypt. | string | "free" | no | | cloudflare\_branding | (Optional based on type) Whether or not to include Cloudflare branding. This will add sni.cloudflaressl.com as the Common Name if set to true. | string | "free" | no | | hosts | (Required) List of hostnames to p
| Name | Type | Description | Default |
|---|---|---|---|
| hosts | list(string) | (Required) List of hostnames to provision the certificate pack for. Note: If usi | required |
| validation_method | string | (Optional based on type) Which validation method to use in order to prove domain | required |
| validity_days | number | (Optional based on type) How long the certificate is valid for. Note: If using L | required |
| zone_id | string | (Required) The DNS zone to which the certificate pack should be added. | required |
| type | string | (Required) Certificate pack configuration type. Allowed values: `custom`, `dedic | required |
| certificate_authority | string | (Optional based on type) Which certificate authority to issue the certificate pa | "free" |
| cloudflare_branding | string | (Optional based on type) Whether or not to include Cloudflare branding. This wil | "free" |