Terraform provider for OpenManage Enterprise

Contributor Covenant License Go version Terraform version GitHub release (latest by date including pre-releases)

The Terraform Provider for OpenManage Enterprise is a provider for terraform that allows the resource management of PowerEdge servers using OpenManage Enterprise (OME). For more details on OME, please refer to OME official webpage here.

For general information about Terraform, visit the official website and the GitHub project page.

Table of Contents

License

The Terraform Provider for OME is released and licensed under the MPL-2.0 license. See LICENSE for the full terms.

Supported Platforms

  • Dell OpenManage Enterprise versions 3.9.0 (Build 55) and above.

Prerequisites

Installation

Install Terraform Provider for OpenManage Enterprise from terraform registry by adding the following block

terraform {
  required_providers {
    ome = {
      version = "1.0.0"
      source  = "dell/ome"
    }
  }
}

For adding resources, please refer examples

About

Terraform Provider for OpenManage Enterprise is 100% open source and community-driven. All components are available under MPL-2.0 license on GitHub.

Releasing, Maintenance and Deprecation

Terraform Provider for Dell Technnologies OME follows Semantic Versioning.

New version will be released regularly if significant changes (bug fixes or new features) are made in the provider.

Released code versions are located on tags with names of the form “vx.y.z” where x.y.z corresponds to the version number.