Skip to content

v11.3.11

Latest

Choose a tag to compare

@simlarsen simlarsen released this 28 Jun 21:46

v11.3.11

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

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

Full Changelog: v11.3.10...v11.3.11