Cloudflare Provider
The provider type for the cloudflare package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Properties
Configure the base path used by the API client. Alternatively, can be configured using the CLOUDFLARE_API_BASE_PATH
environment variable.
Configure the hostname used by the API client. Alternatively, can be configured using the CLOUDFLARE_API_HOSTNAME
environment variable.
A special Cloudflare API key good for a restricted set of endpoints. Alternatively, can be configured using the CLOUDFLARE_API_USER_SERVICE_KEY
environment variable. Must provide only one of api_key
, api_token
, api_user_service_key
.