1.2.1 • Published 1 month ago

@rootly/pulumi v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

Rootly Resource Provider

The Rootly Resource Provider lets you manage Rootly 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:

npm install @rootly/pulumi

or yarn:

yarn add @rootly/pulumi

Python, Go, & .NET

TBA

Configuration

The following configuration points are available for the rootly provider:

  • rootly:apiToken (environment: ROOTLY_API_TOKEN) - the API token for rootly

Creating resources

const rootly = require("@rootly/pulumi")

new rootly.Severity("sev0", {
  name: "SEV0",
  color: "#FF0000"
})

new rootly.Service("elasticsearch_prod", {
  name: "elasticsearch-prod",
  color: "#800080"
})

new rootly.Functionality("add_items_to_card", {
  name: "Add items to card",
  color: "#FFFFFF"
})

Syncing resources

Run the regular pulumi up command.

Reference

For detailed reference documentation, please visit the Pulumi registry

Development

Run make update_provider to update the Terraform provider, then make build_nodejs to build the SDK. Commit and tag to release. Packages are automatically published on new version tags via GitHub Actions.

1.2.1

1 month ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.1.22

12 months ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.10

2 years ago

0.0.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago