Skip to content

Commit 15cea4c

Browse files
Update Blog “highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux”
1 parent d5f7be4 commit 15cea4c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/blog/highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,22 @@ You can create a virtual machine in the Virtual Machines service of HPE GreenLak
4444
2. Launch the Virtual Machines Service Console
4545
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.
4646
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
4848
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.
5152

5253
## Building a Terraform configuration file from scratch
5354

5455
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+
5661
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:
5863

5964
```json
6065
# Load HPE GreenLake terraform provider

0 commit comments

Comments
 (0)