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"
})
}

Pulumi to the rescue

Make sure everything is under control and versioned.

Pulumi Reference

Ready to integrate into your workspace?

Create an account and start right away!

wave