Provides a Datadog IntegrationCloudflareAccount resource. This can be used to create and manage Datadog integration_cloudflare_account.
# Create new integration_cloudflare_account resource
resource "datadog_integration_cloudflare_account" "foo" {
api_key = "12345678910abc"
email = "test-email@example.com"
name = "test-name"
}
api_key
(String, Sensitive) The API key (or token) for the Cloudflare account.name
(String) The name of the Cloudflare account.email
(String) The email associated with the Cloudflare account. If an API key is provided (and not a token), this field is also required.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import datadog_integration_cloudflare_account.new_list "<ID>"