Skip to content

Commit 52b606f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can create a virtual machine in the Virtual Machines service of HPE GreenLak
5555
Let’s start building this Terraform (TF) file using your favourite editor.
5656

5757

58-
## Selecting a Terraform provider
58+
### Selecting a Terraform provider
5959

6060

6161
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.
@@ -80,7 +80,7 @@ https://registry.terraform.io/providers/HPE/hpegl/latest This page also provides
8080
The docs folder is your best source of information for using the different data sources and resources provided by the provider. If you navigate to the resources section, you will see that one resource you can configure with this provider is a VM instance. This article will focus on this resource.
8181
Note: Because this is open source, do not hesitate to open issues, or even a pull request, if you identify an issue.
8282

83-
## Setting up the Terraform provider
83+
### Setting up the Terraform provider
8484

8585
Set up the required parameters for hpegl provider that was specified earlier. As previously explained, you can either explicitly set those parameters in your TF file or have them set in a series of environment variables or have a mix of both. It is recommended to add the following two parameters in your TF file:
8686

0 commit comments

Comments
 (0)