Name | pulumi-consul JSON |
Version |
3.13.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing consul resources. |
upload_time | 2025-06-25 04:04:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
consul
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-consul/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/consul)
[](https://pypi.org/project/pulumi-consul)
[](https://badge.fury.io/nu/pulumi.consul)
[](https://pkg.go.dev/github.com/pulumi/pulumi-consul/sdk/v3/go)
[](https://github.com/pulumi/pulumi-consul/blob/master/LICENSE)
# Hashicorp Consul Resource Provider
The Consul resource provider for Pulumi lets you manage Consul 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/consul
or `yarn`:
$ yarn add @pulumi/consul
### Python
To use from Python, install using `pip`:
$ pip install pulumi_consul
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-consul/sdk/v3
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Consul
## Configuration
The following configuration points are available:
- `consul:address` - (Optional) The HTTP(S) API address of the agent to use. Defaults to `127.0.0.1:8500`.
- `consul:scheme` - (Optional) The URL scheme of the agent to use (`http` or `https`). Defaults to `http`.
- `consul:httpAuth` - (Optional) HTTP Basic Authentication credentials to be used when communicating with Consul, in the
format of either user or user:pass. This may also be specified using the `CONSUL_HTTP_AUTH` environment variable.
- `consul:datacenter` - (Optional) The datacenter to use. Defaults to that of the agent.
- `consul:token` - (Optional) The ACL token to use by default when making requests to the agent. Can also be specified
with `CONSUL_HTTP_TOKEN` or `CONSUL_TOKEN` as an environment variable.
- `consul:caFile` - (Optional) A path to a PEM-encoded certificate authority used to verify the remote agent's certificate.
- `consul:certFile` - (Optional) A path to a PEM-encoded certificate provided to the remote agent; requires use of `keyFile`.
- `consul:keyFile` - (Optional) A path to a PEM-encoded private key, required if `certFile` is specified.
- `consul:caPath` - (Optional) A path to a directory of PEM-encoded certificate authority files to use to check the
authenticity of client and server connections. Can also be specified with the `CONSUL_CAPATH` environment variable.
- `consul:insecureHttps` - (Optional) Boolean value to disable SSL certificate verification; setting this value to true
is not recommended for production use. Only use this with scheme set to `https`.
## Reference
For further information, please visit [the Consul provider docs](https://www.pulumi.com/docs/intro/cloud-providers/consul) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/consul).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-consul",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, consul",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c2/c5/5fef77ace41c83a4dd479c173fb064a70709c2dd0b37d7aae88c350700ae/pulumi_consul-3.13.0.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-consul/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/consul)\n[](https://pypi.org/project/pulumi-consul)\n[](https://badge.fury.io/nu/pulumi.consul)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-consul/sdk/v3/go)\n[](https://github.com/pulumi/pulumi-consul/blob/master/LICENSE)\n\n# Hashicorp Consul Resource Provider\n\nThe Consul resource provider for Pulumi lets you manage Consul resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](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/consul\n\nor `yarn`:\n\n $ yarn add @pulumi/consul\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_consul\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-consul/sdk/v3\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Consul\n\n## Configuration\n\nThe following configuration points are available:\n\n- `consul:address` - (Optional) The HTTP(S) API address of the agent to use. Defaults to `127.0.0.1:8500`.\n- `consul:scheme` - (Optional) The URL scheme of the agent to use (`http` or `https`). Defaults to `http`.\n- `consul:httpAuth` - (Optional) HTTP Basic Authentication credentials to be used when communicating with Consul, in the\n format of either user or user:pass. This may also be specified using the `CONSUL_HTTP_AUTH` environment variable.\n- `consul:datacenter` - (Optional) The datacenter to use. Defaults to that of the agent.\n- `consul:token` - (Optional) The ACL token to use by default when making requests to the agent. Can also be specified \n with `CONSUL_HTTP_TOKEN` or `CONSUL_TOKEN` as an environment variable.\n- `consul:caFile` - (Optional) A path to a PEM-encoded certificate authority used to verify the remote agent's certificate.\n- `consul:certFile` - (Optional) A path to a PEM-encoded certificate provided to the remote agent; requires use of `keyFile`.\n- `consul:keyFile` - (Optional) A path to a PEM-encoded private key, required if `certFile` is specified.\n- `consul:caPath` - (Optional) A path to a directory of PEM-encoded certificate authority files to use to check the \n authenticity of client and server connections. Can also be specified with the `CONSUL_CAPATH` environment variable.\n- `consul:insecureHttps` - (Optional) Boolean value to disable SSL certificate verification; setting this value to true \n is not recommended for production use. Only use this with scheme set to `https`.\n\n## Reference\n\nFor further information, please visit [the Consul provider docs](https://www.pulumi.com/docs/intro/cloud-providers/consul) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/consul).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing consul resources.",
"version": "3.13.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-consul"
},
"split_keywords": [
"pulumi",
" consul"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "034c5fab213f53139520ea91b3889532300706d96ef3b649d36d5144e8a9a4ff",
"md5": "508b6a6a430dcb2b2aab8d34d207c1e7",
"sha256": "0e6575aad98870dc4079888b52dc773b5412aa6f210ba19c140d3408c90b2cf4"
},
"downloads": -1,
"filename": "pulumi_consul-3.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "508b6a6a430dcb2b2aab8d34d207c1e7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 205245,
"upload_time": "2025-06-25T04:04:14",
"upload_time_iso_8601": "2025-06-25T04:04:14.731889Z",
"url": "https://files.pythonhosted.org/packages/03/4c/5fab213f53139520ea91b3889532300706d96ef3b649d36d5144e8a9a4ff/pulumi_consul-3.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c2c55fef77ace41c83a4dd479c173fb064a70709c2dd0b37d7aae88c350700ae",
"md5": "80233a26491edf48569b467d018371c1",
"sha256": "d90a29a1ddef03b8342c21c8a05b6bc2f780a385a7be92150e9d29d88a05a4a2"
},
"downloads": -1,
"filename": "pulumi_consul-3.13.0.tar.gz",
"has_sig": false,
"md5_digest": "80233a26491edf48569b467d018371c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 133763,
"upload_time": "2025-06-25T04:04:16",
"upload_time_iso_8601": "2025-06-25T04:04:16.122540Z",
"url": "https://files.pythonhosted.org/packages/c2/c5/5fef77ace41c83a4dd479c173fb064a70709c2dd0b37d7aae88c350700ae/pulumi_consul-3.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-06-25 04:04:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-consul",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-consul"
}