Skip to content

Commit 1fa83c7

Browse files
committed
Liam's changes 1
1 parent 155d9ca commit 1fa83c7

1 file changed

+20
-19
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: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ provider "morpheus" {
5959
}
6060
```
6161

62-
For VMaaS instances with multiple locations *Provider Aliasing* can be used to tie a specific VMaaS *location* to the corresponding Morpheus instance:
62+
For VMaaS instances with multiple locations *provider aliasing* can be used to tie a specific VMaaS *location* to the corresponding Morpheus instance:
6363

6464
```hcl
6565
# Location 1
@@ -113,7 +113,7 @@ In the next two sections we present complete HCL examples for two configurations
113113
* One VMaaS Cloud, with one VMaaS instance 
114114
* Two VMaaS Clouds, each with one VMaaS instance for a total of two VMaaS instances 
115115

116-
 The clouds are vSphere clouds. In both cases: 
116+
 The clouds are VMware vSphere clouds. In both cases: 
117117

118118
* hpegl is used to: 
119119

@@ -524,37 +524,38 @@ 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 following 
527+
*morpheus_artefacts* which does the followingi. 
528528

529529
* Takes as input: 
530530

531-
* A VMaaS Cloud Name 
532-
* A Group name 
531+
* A VMaaS cloud name 
532+
* A group name 
533533
* An image name 
534534
* Creates: 
535535

536-
* A Group 
537-
* An Instance Type 
538-
* An Instance Layout 
539-
* A Node Type 
536+
* A group 
537+
* An instance type 
538+
* An instance layout 
539+
* A node type 
540540
* Outputs: 
541541

542-
* Instance Type details 
543-
* Instance Layout details 
544-
* Node Type details 
542+
* Instance type details 
543+
* Instance layout details 
544+
* Node type details 
545545
* Group details 
546546
* Cloud ID
547-
* *vmaas_instance* which does the following 
547+
548+
*vmaas_instance* which does the following. 
548549

549550
* Takes inputs from an instance of the “morpheus_artefacts” module 
550551
* Retrieves details for the following VMaaS resources: 
551552

552-
* VMaaS Datastore 
553-
* VMaaS Network 
554-
* VMaaS Resource Pool 
555-
* VMaaS Plan 
556-
* VMaaS Environment 
557-
* VMaaS Cloud Folder 
553+
* VMaaS datastore 
554+
* VMaaS network 
555+
* VMaaS resource pool 
556+
* VMaaS plan 
557+
* VMaaS environment 
558+
* VMaaS cloud folder 
558559
* Creates a VMaaS instance 
559560

560561
These modules can be combined in different ways. In our specific case we: 

0 commit comments

Comments
 (0)