Skip to content

Latest commit

 

History

History
165 lines (96 loc) · 4.56 KB

cloudflare.md

File metadata and controls

165 lines (96 loc) · 4.56 KB
layout title type resource
resource
cloudflare
provider
cloudflare

Index

Example Usage

provider "cloudflare" {
  version = "2.19.2"

  # account_id - (optional) is a type of string
  account_id = null
  # api_client_logging - (optional) is a type of bool
  api_client_logging = null
  # api_key - (optional) is a type of string
  api_key = null
  # api_token - (optional) is a type of string
  api_token = null
  # api_user_service_key - (optional) is a type of string
  api_user_service_key = null
  # email - (optional) is a type of string
  email = null
  # max_backoff - (optional) is a type of number
  max_backoff = null
  # min_backoff - (optional) is a type of number
  min_backoff = null
  # retries - (optional) is a type of number
  retries = null
  # rps - (optional) is a type of number
  rps = null
}

top

Resources

top

Datasources

top