https://github.com/springload/pulumi-tf-provider-ec
https://github.com/springload/pulumi-tf-provider-ec
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/springload/pulumi-tf-provider-ec
- Owner: springload
- License: apache-2.0
- Created: 2021-05-20T20:46:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T21:52:30.000Z (over 4 years ago)
- Last Synced: 2025-03-27T00:54:37.548Z (over 1 year ago)
- Language: Go
- Size: 235 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Pulumi Bridge Provider for Elastic Cloud
## 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/xyx
or `yarn`:
$ yarn add @pulumi/xyx
### Python
To use from Python, install using `pip`:
$ pip install pulumi_xyx
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/springload/pulumi-tf-provider-ec/sdk/go/...
## Configuration
The following configuration points are available for the `ec` provider:
- `ec:apiKey` (environment: `XYZ_API_KEY`) - the API key for `ec`
- `ec:region` (environment: `XYZ_REGION`) - the region in which to deploy resources
## Update terraform provider version
To update the underlying terraform provider version:
1. Go to provider and change the version in go.mod
2. Run `go mod download && go mod tidy`
3. Commit the changes, push.
4. Tag the commit, push. We use the same version as the underlying EC provider, i.e. if the official EC provider has version 0.1.1 we use 0.1.1 too.