https://github.com/dell/terraform-provider-redfish
Terraform provider for Redfish REST APIs
https://github.com/dell/terraform-provider-redfish
idrac openmanage redfish server terraform terraform-provider terraform-redfish
Last synced: about 1 year ago
JSON representation
Terraform provider for Redfish REST APIs
- Host: GitHub
- URL: https://github.com/dell/terraform-provider-redfish
- Owner: dell
- License: mpl-2.0
- Created: 2020-06-01T21:25:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T05:54:07.000Z (over 1 year ago)
- Last Synced: 2025-04-24T06:20:38.572Z (over 1 year ago)
- Topics: idrac, openmanage, redfish, server, terraform, terraform-provider, terraform-redfish
- Language: Go
- Homepage: https://registry.terraform.io/providers/dell/redfish/latest
- Size: 6.29 MB
- Stars: 106
- Watchers: 15
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing/CONTRIBUTOR_AGREEMENT.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Terraform Provider for RedFish
[](about/CODE_OF_CONDUCT.md)
[](LICENSE)
The Terraform Provider for RedFish allows data center and IT administrators to use Hashicorp Terraform to automate and orchestrate the provisioning and management of PowerEdge servers.
The Terraform Provider can be used to manage server power cycles, IDRAC attributes, BIOS attributes, virtual media, storage volumes, user support, and firmware updates on the server.
## Table of contents
* [Code of Conduct](https://github.com/dell/dell-terraform-providers/blob/main/docs/CODE_OF_CONDUCT.md)
* [Maintainer Guide](https://github.com/dell/dell-terraform-providers/blob/main/docs/MAINTAINER_GUIDE.md)
* [Committer Guide](https://github.com/dell/dell-terraform-providers/blob/main/docs/COMMITTER_GUIDE.md)
* [Contributing Guide](https://github.com/dell/dell-terraform-providers/blob/main/docs/CONTRIBUTING.md)
* [List of Adopters](https://github.com/dell/dell-terraform-providers/blob/main/docs/ADOPTERS.md)
* [Support](#support)
* [Security](https://github.com/dell/dell-terraform-providers/blob/main/docs/SECURITY.md)
* [License](#license)
* [Prerequisites](#prerequisites)
* [List of DataSources in Terraform Provider for RedFish](#list-of-datasources-in-terraform-provider-for-redfish)
* [List of Resources in Terraform Provider for RedFish](#list-of-resources-in-terraform-provider-for-redfish)
* [Releasing, Maintenance and Deprecation](#releasing-maintenance-and-deprecation)
* [Documentation](#documentation)
## Support
For any Terraform Provider for RedFish issues, questions or feedback, please follow our [support process](https://github.com/dell/dell-terraform-providers/blob/main/docs/SUPPORT.md)
## License
The Terraform Provider for RedFish is released and licensed under the MPL-2.0 license. See [LICENSE](https://github.com/dell/dell-terraform-providers/blob/main/LICENSE) for the full terms.
## Prerequisites
| **Terraform Provider** | **iDRAC9 Firmware Version** | **iDRAC10 Firmware Version** | **OS** | **Terraform** | **Golang**|
|---------------------|-----------------------|-----------------------|-------|--------------------|--------------------------|
| v1.6.0 | 6.x
7.x | 1.20.25.x | ubuntu22.04
rhel9.x | 1.9.x
1.10.x | 1.24 |
## List of DataSources in Terraform Provider for RedFish
### System Configuration and Management
* [Bios](../product_guide/data-sources/bios)
* [System Boot](../product_guide/data-sources/system_boot)
### Authentication and Security
* [Directory Service Auth Provider](../product_guide/data-sources/directory_service_auth_provider)
* [Directory Service Auth Provide Certificate](../product_guide/data-sources/directory_service_auth_provider_certificate)
### Firmware and Inventory
* [Firmware Inventory](../product_guide/data-sources/firmware_inventory)
### Dell iDRAC Management
* [iDRAC Attributes](../product_guide/data-sources/dell_idrac_attributes)
### Networking
* [Server NIC](../product_guide/data-sources/network)
### Storage Management
* [Storage](../product_guide/data-sources/storage)
* [Storage Controller](../product_guide/data-sources/storage_controller)
### Virtual Media
* [Virtual Media](../product_guide/data-sources/virtual_media)
## List of Resources in Terraform Provider for RedFish
### System Configuration and Management
* [Bios](../product_guide/resources/bios)
* [Boot Order](../product_guide/resources/boot_order)
* [Boot Source Override](../product_guide/resources/boot_source_override)
* [System Attributes](../product_guide/resources/dell_system_attributes)
### Authentication and Security
* [Certificate](../product_guide/resources/certificate)
* [Directory Service Auth Provider](../product_guide/resources/directory_service_auth_provider)
* [Directory Service Auth Provider Certificate](../product_guide/resources/directory_service_auth_provider_certificate)
* [User Account](../product_guide/resources/user_account)
* [User Account Password](../product_guide/resources/user_account_password)
### Firmware and Updates
* [Simple Update](../product_guide/resources/simple_update)
* [iDRAC Firmware Update](../product_guide/resources/idrac_firmware_update)
### Dell iDRAC and Lifecycle Controller (LC) Management
* [iDRAC Attributes](../product_guide/resources/dell_idrac_attributes)
* [Lifecycle Controller Attributes](../product_guide/resources/dell_lc_attributes)
* [Server Configuration Profile Export](../product_guide/resources/idrac_server_configuration_profile_export)
* [Server Configuration Profile Import](../product_guide/resources/idrac_server_configuration_profile_import)
### Power and Reset Management:
* [Power](../product_guide/resources/power)
* [Manager reset](../product_guide/resources/manager_reset)
### Networking
* [Server NIC](../product_guide/resources/network_adapter)
### Storage Management
* [Storage Controller](../product_guide/resources/storage_controller)
* [Storage Volume](../product_guide/resources/storage_volume)
### Virtual Media
* [Virtual Media](../product_guide/resources/virtual_media)
## Installation and execution of Terraform Provider for RedFish
The installation and execution steps of Terraform Provider for Dell RedFish can be found [here](https://github.com/dell/terraform-provider-redfish/blob/main/about/INSTALLATION.md).
## Releasing, Maintenance and Deprecation
Terraform Provider for RedFish follows [Semantic Versioning](https://semver.org/).
New versions will be release 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, please refer to [Dell Terraform Providers Documentation](https://dell.github.io/terraform-docs/).
## Terraform Redfish Modules
**Check the following links for the terraform-modules repository and registry**
[Terraform Redfish Modules Github](https://github.com/dell/terraform-redfish-modules)
[Terraform Redfish Modules Registry](https://registry.terraform.io/modules/dell/modules/redfish/latest)