Skip to content

Commit 11940d2

Browse files
committed
Liam's changes 2
1 parent c9a4a78 commit 11940d2

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Apply complete! Resources: 6 added, 0 changed, 0 destroyed.
524524

525525
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: 
526526

527-
*morpheus_artefacts* which does the followingi
527+
*morpheus_artefacts* does the following
528528

529529
* Takes as input: 
530530

@@ -545,9 +545,9 @@ The example HCL used here is based on the HCL for the first example.  However w
545545
* Group details 
546546
* Cloud ID
547547

548-
*vmaas_instance* which does the following. 
548+
*vmaas_instance* does the following. 
549549

550-
* Takes inputs from an instance of the morpheus_artefacts module 
550+
* Takes inputs from an instance of the *morpheus_artefacts* module 
551551
* Retrieves details for the following VMaaS resources: 
552552

553553
* VMaaS datastore 
@@ -1492,7 +1492,7 @@ We have included example HCL for two separate VMaaS configurations: 
14921492

14931493
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:
14941494

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.
14971497

14981498
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

Comments
 (0)