Terraform provider for OpenManage Enterprise
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
- Code of Conduct
- Committer Guide
- Contributing Guide
- Maintainers
- Support
- Security
- Additional Information
- Attribution
Prerequisites
Terraform Provider | OME Version | OS | Terraform | Golang |
---|---|---|---|---|
v1.2.1 | 3.10.x 4.0.1 4.1.0 |
Ubuntu22.04 RHEL9.x |
1.8.x 1.9.x |
1.22 |
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.1"
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.