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/highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,22 @@ You can create a virtual machine in the Virtual Machines service of HPE GreenLak
44
44
2. Launch the Virtual Machines Service Console
45
45
3. Select Provisioning --> Instances and create a Linux-based virtual machine using whichever VM (Virtual Machine) image, Plan, and the network you find most suitable.
46
46
4. (optional) Configure your virtual machine so you can access your GitHub or other code repository.
47
-
5. Log into your virtual machine and install Terraform: Hashi Corp has provided a useful tutorial on how to do this for various distributions of Linux: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
47
+
5. Log into your virtual machine and install Terraform: Hashi Corp has provided a useful [tutorial ](<1. https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli>)on how to do this for various distributions of Linux
48
48
6. Verify the installation:
49
-
a. Execute this command: terraform --help
50
-
At this point, you are ready to start building your infrastructure description file.
49
+
a. Execute this command: `terraform --help`
50
+
51
+
At this point, you are ready to start building your infrastructure description file.
51
52
52
53
## Building a Terraform configuration file from scratch
53
54
54
55
Let’s start building this Terraform (TF) file using your favourite editor.
55
-
Selecting a Terraform provider
56
+
57
+
58
+
## Selecting a Terraform provider
59
+
60
+
56
61
The first section of the file will enumerate the “providers” you rely upon for building your infrastructure, and they could be multiple providers in a single TF file. In the case here, you only have the HPE GreenLake provider referenced as hpe/hpegl in the official Terraform registry.
57
-
The first lines of your Terraform configuration file should look like this:
62
+
The first lines of your Terraform configuration file should look like this:
0 commit comments