Name | pulumi-cloudflare JSON |
Version |
6.10.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Cloudflare cloud resources. |
upload_time | 2025-10-03 00:26:53 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
cloudflare
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-cloudflare/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/cloudflare)
[](https://pypi.org/project/pulumi-cloudflare)
[](https://badge.fury.io/nu/pulumi.cloudflare)
[](https://pkg.go.dev/github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare)
[](https://github.com/pulumi/pulumi-cloudflare/blob/master/LICENSE)
# Cloudflare Provider
The Cloudflare resource provider for Pulumi lets you use Cloudflare resources
in your cloud programs. To use this package, please [install the Pulumi CLI
first](https://pulumi.io/).
## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/cloudflare
or `yarn`:
$ yarn add @pulumi/cloudflare
### Python
To use from Python, install using `pip`:
$ pip install pulumi_cloudflare
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-cloudflare/sdk/v6
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Cloudflare
## Configuration
The following configuration points are available:
- `cloudflare:apiKey` - (Optional) The API key for operations. Alternatively, can be configured using the `CLOUDFLARE_API_KEY` environment variable. API keys are now considered legacy by Cloudflare, API tokens should be used instead. Must provide only one of `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.
- `cloudflare:apiToken` - (Optional) The API Token for operations. Alternatively, can be configured using the `CLOUDFLARE_API_TOKEN` environment variable. Must provide only one of `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.
- `cloudflare:apiUserServiceKey` - (Optional) 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 `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.
- `cloudflare:baseUrl` (String) Value to override the default HTTP client base URL. Alternatively, can be configured using the `CLOUDFLARE_BASE_URL` environment variable.
- `cloudflare:email` - (Optional) A registered Cloudflare email address. Alternatively, can be configured using the `CLOUDFLARE_EMAIL` environment variable. Required when using `cloudflare:apiKey`. Conflicts with `cloudflare:apiToken`.
- `cloudflare:userAgentOperatorSuffix` - (Optional) A value to append to the HTTP User Agent for all API calls. This value is not something most users need to modify however, if you are using a non-standard provider or operator configuration, this is recommended to assist in uniquely identifying your traffic. **Setting this value will remove the Pulumi version from the HTTP User Agent string and may have unintended consequences.** Alternatively, can be configured using the `CLOUDFLARE_USER_AGENT_OPERATOR_SUFFIX` environment variable.
## Reference
For further information, please visit [the Cloudflare provider docs](https://www.pulumi.com/docs/intro/cloud-providers/cloudflare) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/cloudflare).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-cloudflare",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, cloudflare",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ea/fe/29960ccefb72a7dafb7c24cde75df162c82be28cc35a52ccff6043ff77d1/pulumi_cloudflare-6.10.0.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-cloudflare/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/cloudflare)\n[](https://pypi.org/project/pulumi-cloudflare)\n[](https://badge.fury.io/nu/pulumi.cloudflare)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare)\n[](https://github.com/pulumi/pulumi-cloudflare/blob/master/LICENSE)\n\n# Cloudflare Provider\n\nThe Cloudflare resource provider for Pulumi lets you use Cloudflare resources\nin your cloud programs. To use this package, please [install the Pulumi CLI\nfirst](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n $ npm install @pulumi/cloudflare\n\nor `yarn`:\n\n $ yarn add @pulumi/cloudflare\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_cloudflare\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n $ go get github.com/pulumi/pulumi-cloudflare/sdk/v6\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Cloudflare\n\n## Configuration\n\nThe following configuration points are available:\n\n- `cloudflare:apiKey` - (Optional) The API key for operations. Alternatively, can be configured using the `CLOUDFLARE_API_KEY` environment variable. API keys are now considered legacy by Cloudflare, API tokens should be used instead. Must provide only one of `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.\n- `cloudflare:apiToken` - (Optional) The API Token for operations. Alternatively, can be configured using the `CLOUDFLARE_API_TOKEN` environment variable. Must provide only one of `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.\n- `cloudflare:apiUserServiceKey` - (Optional) 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 `cloudflare:apiKey`, `cloudflare:apiToken`, `cloudflare:apiUserServiceKey`.\n- `cloudflare:baseUrl` (String) Value to override the default HTTP client base URL. Alternatively, can be configured using the `CLOUDFLARE_BASE_URL` environment variable.\n- `cloudflare:email` - (Optional) A registered Cloudflare email address. Alternatively, can be configured using the `CLOUDFLARE_EMAIL` environment variable. Required when using `cloudflare:apiKey`. Conflicts with `cloudflare:apiToken`.\n- `cloudflare:userAgentOperatorSuffix` - (Optional) A value to append to the HTTP User Agent for all API calls. This value is not something most users need to modify however, if you are using a non-standard provider or operator configuration, this is recommended to assist in uniquely identifying your traffic. **Setting this value will remove the Pulumi version from the HTTP User Agent string and may have unintended consequences.** Alternatively, can be configured using the `CLOUDFLARE_USER_AGENT_OPERATOR_SUFFIX` environment variable.\n\n## Reference\n\nFor further information, please visit [the Cloudflare provider docs](https://www.pulumi.com/docs/intro/cloud-providers/cloudflare) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/cloudflare).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Cloudflare cloud resources.",
"version": "6.10.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-cloudflare"
},
"split_keywords": [
"pulumi",
" cloudflare"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7933f5a2acb9f17d13b615dcc168ba9e752f968870ee1aebb4c1727d0c5ce3ce",
"md5": "f2627dada785f85100bfec7a1492d53a",
"sha256": "c13b52cf35b98e38e85d4cb0e3fb558fc9d650f8500d7fdb7c5a1025f9a1e079"
},
"downloads": -1,
"filename": "pulumi_cloudflare-6.10.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f2627dada785f85100bfec7a1492d53a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 2162884,
"upload_time": "2025-10-03T00:26:51",
"upload_time_iso_8601": "2025-10-03T00:26:51.212142Z",
"url": "https://files.pythonhosted.org/packages/79/33/f5a2acb9f17d13b615dcc168ba9e752f968870ee1aebb4c1727d0c5ce3ce/pulumi_cloudflare-6.10.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eafe29960ccefb72a7dafb7c24cde75df162c82be28cc35a52ccff6043ff77d1",
"md5": "f73f69b35644bf5dbbd7494fc53de7a0",
"sha256": "25e2791463b2e88ada4044b5a6709a1198979119f8a4ea2beac10516c3cf6861"
},
"downloads": -1,
"filename": "pulumi_cloudflare-6.10.0.tar.gz",
"has_sig": false,
"md5_digest": "f73f69b35644bf5dbbd7494fc53de7a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1408154,
"upload_time": "2025-10-03T00:26:53",
"upload_time_iso_8601": "2025-10-03T00:26:53.367321Z",
"url": "https://files.pythonhosted.org/packages/ea/fe/29960ccefb72a7dafb7c24cde75df162c82be28cc35a52ccff6043ff77d1/pulumi_cloudflare-6.10.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-03 00:26:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-cloudflare",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-cloudflare"
}