GithubHelp home page GithubHelp logo

cloudflare's Introduction

Requirements

Name Version
terraform >1.3.0
cloudflare 4.0.0
  1. Cloudflare API Token

  2. Create an environment variable with the value as described in Terraform Cloudflare Provider Documentation

export CLOUDFLARE_API_TOKEN="SAMPLE_VALUE_F7964E4AF8964366B210785A9BABEAC9"

Providers

Name Version
cloudflare 4.0.0

Modules

No modules.

Resources

Name Type
cloudflare_record.default resource
cloudflare_zone.default resource
cloudflare_zone_dnssec.default resource

Inputs

Name Description Type Default Required
account_id (String) Account ID to manage the zone resource in. string n/a yes
zone_data (Required) Zone structure to create zones and sub-domains.
map(object({
name = string
jump_start = optional(bool, false)
paused = optional(bool, false)
plan = optional(string, "free")
type = optional(string, "full")
subdomain_data = optional(map(object({
name = optional(string)
value = optional(string)
type = optional(string)
ttl = optional(number, 3600)
comment = optional(string)
priority = optional(number)
})))
}))
n/a yes

Outputs

Name Description
DNSSEC_zones n/a
DNS_zones n/a
Subdomains n/a

Extra tools used:

  1. Commitezen

  2. terraform-docs

Bonus content

  1. Very nice song: 500 Miles - Inside Llewyn Davis

cloudflare's People

Contributors

github-actions[bot] avatar pedrolsazevedo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.