https://github.com/rootlyhq/pulumi-rootly
Pulumi provider for managing Rootly resources as infrastructure-as-code
https://github.com/rootlyhq/pulumi-rootly
iac incident-management infrastructure-as-code pulumi rootly
Last synced: about 2 months ago
JSON representation
Pulumi provider for managing Rootly resources as infrastructure-as-code
- Host: GitHub
- URL: https://github.com/rootlyhq/pulumi-rootly
- Owner: rootlyhq
- License: apache-2.0
- Created: 2022-05-10T03:01:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-05-01T04:58:08.000Z (about 2 months ago)
- Last Synced: 2026-05-01T06:28:45.086Z (about 2 months ago)
- Topics: iac, incident-management, infrastructure-as-code, pulumi, rootly
- Language: Python
- Homepage: https://rootly.com
- Size: 2.23 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README-PROVIDER.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# Foo Resource Provider
The Foo Resource Provider lets you manage [Foo](http://example.com) resources.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @pulumi/foo
```
or `yarn`:
```bash
yarn add @pulumi/foo
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_foo
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumi/pulumi-foo/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Foo
```
## Configuration
The following configuration points are available for the `foo` provider:
- `foo:apiKey` (environment: `FOO_API_KEY`) - the API key for `foo`
- `foo:region` (environment: `FOO_REGION`) - the region in which to deploy resources
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/).