Skip to content

v11.0.6

Choose a tag to compare

@simlarsen simlarsen released this 19 Jun 08:37
· 21 commits to master since this release

v11.0.6

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.6"
    }
  }
}

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

Full Changelog: v11.0.5...v11.0.6