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
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ provider "morpheus" {
59
59
}
60
60
```
61
61
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:
63
63
64
64
```hcl
65
65
# Location 1
@@ -113,7 +113,7 @@ In the next two sections we present complete HCL examples for two configurations
113
113
* One VMaaS Cloud, with one VMaaS instance
114
114
* Two VMaaS Clouds, each with one VMaaS instance for a total of two VMaaS instances
115
115
116
-
The clouds are vSphere clouds. In both cases:
116
+
The clouds are VMware vSphere clouds. In both cases:
0 commit comments