Skip to content

dell/terraform-provider-ome

Repository files navigation

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

Supported Platforms

  • Dell OpenManage Enterprise versions 3.10.x and 4.0.1

Prerequisites

Terraform Provider OS Terraform Golang
v1.2.0 Ubuntu22.04
RHEL9.x
1.5.x
1.6.x
1.21

List of DataSources in Terraform Provider for Dell OME

  • Configuration Report
  • Device Groups
  • Template
  • VLAN Networks
  • Device Datasource
  • Device Compliance Report
  • Application Certificate Datasource
  • Firmware Repository
  • Firmware Baseline Compliance Report
  • Firmware Catalog

List of Resources in Terraform Provider for Dell OME

  • Configuration Baseline
  • Configuration Compliance
  • Deployment
  • Template
  • User Resource
  • Static Group Resource
  • Discovery Resource
  • Devices Resource
  • Device Action Resource
  • Application CSR Resource
  • Application Certificate Resource
  • Appliance Network Resource
  • Firmware Catalog
  • Firmware Baselines

Installation

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

terraform {
  required_providers {
    ome = {
      version = "1.2.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 PowerMax follows Semantic Versioning.

New versions will be released regularly if significant changes (bug fix or new feature) are made in the provider.

Released code versions are located on tags in the form of "vx.y.z" where x.y.z corresponds to the version number.

Documentation

For more detailed information on the provider, please refer to Dell Terraform Providers Documentation.