























Announcing the unified HPE/hpe Terraform provider v1.1.0, bringing consolidated automation, generalized resource models, and expanded integrations to simplify hybrid cloud infrastructure as code.

Automation is at the heart of the modern data center, and today, we are making it simpler for HPE customers to manage their infrastructure as code. We are thrilled to announce the general availability of the HPE/hpe Terraform provider v1.1.0.
This release is more than just a version bump; it represents a strategic consolidation of our automation tools. Moving forward, the new HPE/hpe Terraform provider v1.1.0 serves as the primary home for HPE infrastructure management, beginning with a complete integration of HPE Morpheus Enterprise Software capabilities.
Historically, users managed their environment using separate providers for GreenLake and HPE Morpheus Enterprise. The HPE/hpe Terraform provider v1.1.0 changes the game by incorporating the entire functionality of the gomorpheus/morpheus provider into this new unified namespace.
While the provider is currently focused on HPE Morpheus Enterprise, it is designed to expand across the entire HPE portfolio. If you are currently using the stand-alone gomorpheus/morpheus provider, now is the time to plan your migration, as future updates and features are going to be prioritized here.
This release is packed with resources that bring your entire hybrid cloud stack under Terraform control:
One of the most powerful changes in the HPE/hpe Terraform provider v1.1.0 release is the introduction of generalized resource models.
In previous versions of the gomorpheus/morpheus provider, managing a multicloud environment often required specific resources for every cloud type—for example, separate resources for AWS clouds, Azure clouds, or VMware instances. This led to fragmented codebases and complex logic when scaling across different regions or providers.
The new HPE provider streamlines this by consolidating these into general resources. This allows you to use a single resource type regardless of the underlying infrastructure:
To support more complex configurations, we’ve introduced several technical improvements:
Migration is straightforward. Most resources have a direct one-to-one mapping (e.g., morpheus_group becomes hpe_morpheus_group).
To start using the new provider, update your required_providers block:
Terraform
terraform {
required_providers {
hpe = {
source = "HPE/hpe"
version = "1.1.0"
}
}
}
provider "hpe" {
morpheus {
url = "https://your-morpheus-url.com"
access_token = var.morpheus_token
}
}
This release is just the foundation. As we continue to integrate more of the GreenLake and infrastructure portfolio into this provider, our goal is to provide a single, consistent interface for the entire HPE powered hybrid cloud.
Check out the full documentation on the Terraform Registry and start simplifying your automation today!
CTA: Visit hpe.com/us/en/morpheus-enterprise-software
By Author:
Stuart Stent
Product Manager,
HPE Morpheus Enterprise Software
Linkedin account: https://www.linkedin.com/in/stuartstent/
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。