Skip to content

v10.6.38

Choose a tag to compare

@simlarsen simlarsen released this 08 Jun 08:30
· 39 commits to master since this release

v10.6.38

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 = "~> 10.6.38"
    }
  }
}

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

Full Changelog: v10.6.37...v10.6.38