Skip to content

v11.3.10

Choose a tag to compare

@simlarsen simlarsen released this 28 Jun 21:32
· 1 commit to master since this release

v11.3.10

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

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

Full Changelog: v11.3.9...v11.3.10