Skip to content

v11.0.9

Choose a tag to compare

@simlarsen simlarsen released this 22 Jun 10:42
· 19 commits to master since this release

v11.0.9

What's Changed

This release includes the latest OneUptime Terraform provider generated from the OneUptime API specification.

Features

  • Full support for OneUptime resources and data sources
  • Auto-generated from OpenAPI specification
  • Supports all OneUptime monitoring and incident management features

Resources Included

  • Monitors and Monitor Groups
  • Incidents and Alerts
  • Status Pages
  • On-Call Policies and Schedules
  • Teams and Users
  • Service Catalog
  • Workflows
  • And many more...

Installation

terraform {
  required_providers {
    oneuptime = {
      source  = "oneuptime/oneuptime"
      version = "~> 11.0.9"
    }
  }
}

For detailed documentation and examples, visit: https://registry.terraform.io/providers/oneuptime/oneuptime/latest/docs

Full Changelog: v11.0.8...v11.0.9