You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/using-the-hpegl-hpe-greenlake-and-morpheus-terraform-providers-in-concert-to-create-provision-and-manage-hpe-pce-private-cloud-enterprise-vmaas-instances.md
The example HCL used here is based on the HCL for the first example. However we have created two separate *Modules* based on that HCL:
526
526
527
-
*morpheus_artefacts*which does the followingi.
527
+
*morpheus_artefacts* does the following.
528
528
529
529
* Takes as input:
530
530
@@ -545,9 +545,9 @@ The example HCL used here is based on the HCL for the first example. However w
545
545
* Group details
546
546
* Cloud ID
547
547
548
-
*vmaas_instance*which does the following.
548
+
*vmaas_instance* does the following.
549
549
550
-
* Takes inputs from an instance of the “morpheus_artefacts” module
550
+
* Takes inputs from an instance of the *morpheus_artefacts* module
551
551
* Retrieves details for the following VMaaS resources:
552
552
553
553
* VMaaS datastore
@@ -1492,7 +1492,7 @@ We have included example HCL for two separate VMaaS configurations:
1492
1492
1493
1493
The HCL for the second configuration is built around a pair of HCL modules. These modules can be combined in various ways to work with a number of different VMaaS configurations, including configurations with more than one on-premise Morpheus instance. These modules are:
1494
1494
1495
-
*[morpheus_artefacts](https://github.com/eamonnotoole/GLP-API-Tooling/tree/main/Terraform/HPEGL-Morpheus-PCE-VMaaS/One-Location/Two-Clouds-Two-Instances/morpheus_artefacts) uses the Morpheus provider to create a group, instance type, instance layout, and node type in the target VMaaS cloud.
1496
-
*[vmaas_instance](https://github.com/eamonnotoole/GLP-API-Tooling/tree/main/Terraform/HPEGL-Morpheus-PCE-VMaaS/One-Location/Two-Clouds-Two-Instances/vmaas_instance) takes inputs from morpheus_artefacts and uses the hpegl provider to retrieve details about VMaaS resources and creates and launches a VMaaS VM Instance.
1495
+
*[*morpheus_artefacts*](https://github.com/eamonnotoole/GLP-API-Tooling/tree/main/Terraform/HPEGL-Morpheus-PCE-VMaaS/One-Location/Two-Clouds-Two-Instances/morpheus_artefacts) uses the Morpheus provider to create a group, instance type, instance layout, and node type in the target VMaaS cloud.
1496
+
*[*vmaas_instance*](https://github.com/eamonnotoole/GLP-API-Tooling/tree/main/Terraform/HPEGL-Morpheus-PCE-VMaaS/One-Location/Two-Clouds-Two-Instances/vmaas_instance) takes inputs from morpheus_artefacts and uses the hpegl provider to retrieve details about VMaaS resources and creates and launches a VMaaS VM Instance.
1497
1497
1498
1498
HPE GreenLake for Private Cloud Enterprise customers are encouraged to use these example HCL bundles as a starting point for their own investigations into using hpegl and Morpheus for IaC with their environments.
0 commit comments