0
0
llucycodes42
The code snippet creates an instance of the Cloudflare provider. The provider value is set to the email value, and the token value is set to the example-token value.
Shortcut: tf_cloudflare
provider "cloudflare" {
email = "${email}"
token = "example-token"
}