Release Notes

Terraform Modules for Dell - Apex Release Notes 1.0.0-beta

Contents

This release note contains supplemental information about Terraform Modules for Dell Apex.

Revision History

The table in this section lists the revision history of this document.

Revision Date History
01 May 2024 Release of Terraform Modules 1.0.0-beta for Dell Apex

Product Description

While providers are responsible for interfacing with the APIs of the service you’re managing (like Dell Apex, Dell iDrac (RedFish) etc.), modules are self-contained packages of Terraform configurations that encapsulate a set of resources and policies that can be reused across different environments or projects. Modules have many advantages like reusability, versioning, organizing (the code) etc. In the context of Terraform, the root module is the starting point for Terraform operations and can call any number of child modules. The root module is where you define your Terraform providers and configure the backend. Child modules, on the other hand, are like templates that define how to create a specific resource or set of resources. They are instantiated by the root module with specific values for their input variables.

New Features & Enhancements

Modules

  • Apex AWS Account

Known Issues

  • NA

Limitations

  • NA

Distribution

The software package is available for download from the Official Terraform Registry as well as from the Terraform Modules for Apex GitHub page.

Documentation

Readme

Product Guide