modules

bootlabstech/modules/cloudflare

Terraform Module HCL CLOUDFLARE

Terraform codebase for Cloudflare changes

Install
module "modules" {
source = "bootlabstech/modules/cloudflare"
version = "1.0.1"
}
plain text: /constructs/tfmod-bootlabstech-modules-cloudflare/install.txt
⭐ Source on GitHub 📦 Registry page
README

cloudflare Terraform module for cloudflare Build Please use the below commands to run terraform. `` terraform init --input=false terraform plan terraform apply ` Clean Up To destroy the resources that you have created please use the below command. ` terraform destroy ` Provider Dependencies Providers are Terraform plugins that will be automatically installed during terraform init if available on the Terraform registry. ` Terraform version >= 0.13 cloudflare >= 3.7.0 `` Module Dependencies Dependencies are external modules that this module references. A module is considered external if it isn't within the same repository. This module has no external module dependencies.

Inputs (6)
NameTypeDescriptionDefault
cloudflare_zone_idstringCloudflare Zone ID required
cloudflare_namestringCloudflare record name required
cloudflare_valuestringThe (string) value of the record required
cloudflare_typestringThe type of the record required
ttlnumberTime to live (TTL) of this load balancer's DNS1
proxiedboolWhether the hostname gets Cloudflare's origin protectiontrue
Resources (1)
cloudflare_record
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud CLOUDFLARE
★ Stars0
Forks2
Total downloads904
Inputs6
Resources1
Namespacebootlabstech
Updated