cloudflare_account (Resource)

Provides a Cloudflare Account resource. Account is the basic resource for working with Cloudflare zones, teams and users.

Example Usage

resource "cloudflare_account" "example" {
  name              = "some-enterprise-account"
  type              = "enterprise"
  enforce_twofactor = true
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

$ terraform import cloudflare_account.example <account_id>