ssl

ganexcloud/ssl/cloudflare

Terraform Module HCL CLOUDFLARE
Install
module "ssl" {
source = "ganexcloud/ssl/cloudflare"
version = "1.0.0"
}
plain text: /constructs/tfmod-ganexcloud-ssl-cloudflare/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (7)
NameTypeDescriptionDefault
hostslist(string)(Required) List of hostnames to provision the certificate pack for. Note: If usi required
validation_methodstring(Optional based on type) Which validation method to use in order to prove domain required
validity_daysnumber(Optional based on type) How long the certificate is valid for. Note: If using L required
zone_idstring(Required) The DNS zone to which the certificate pack should be added. required
typestring(Required) Certificate pack configuration type. Allowed values: `custom`, `dedic required
certificate_authoritystring(Optional based on type) Which certificate authority to issue the certificate pa"free"
cloudflare_brandingstring(Optional based on type) Whether or not to include Cloudflare branding. This wil"free"
Resources (1)
cloudflare_certificate_pack
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud CLOUDFLARE
★ Stars0
Forks0
Total downloads792
Inputs7
Resources1
Examples1
LicenseApache-2.0
Namespaceganexcloud
Updated