Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Feb 20, 2024
1 parent d1feee5 commit 4c1b572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 4 additions & 5 deletions terraform/vmware-cluster-deployment-tf/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Hello Universe TF

This folder contains the demo code for the [Deploy App Workloads with a PCG](placeholder for the tutorial link) tutorial.
Use the code in this directory with the tutorial.
This folder contains the demo code for the Deploy App Workloads with a PCG tutorial. Use the code in this directory with the tutorial.

To get started, review the [prerequisites](#prerequisites). Next, follow the steps in the tutorial to deploy the VMware cluster and add-on pack.
Use the [terraform.tfvars](./terraform.tfvars) file to provide the required variables. Once you populate the variables, you can deploy the VMware cluster and add-on pack.
To get started, review the [prerequisites](#prerequisites). Next, follow the steps in the tutorial to deploy a VMware cluster and add-on pack.
Use the [terraform.tfvars](./terraform.tfvars) file to provide the required variables.

## Prerequisites

You will need the following things before getting started:
You will need the following items before getting started:

1. A Palette API key.
2. A VMware PCG added to your Palette account.
Expand Down
5 changes: 2 additions & 3 deletions terraform/vmware-cluster-deployment-tf/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

output "Advisory" {
value = <<-EOT
It takes between one to three minutes for DNS to properly resolve the public load balancer URL.
We recommend waiting a few moments before clicking on the service URL to prevent the browser from caching an unresolved DNS request.
We recommend waiting a few minutes before clicking on the service URL to prevent the browser from caching an unresolved DNS request.
EOT
}
Expand Down

0 comments on commit 4c1b572

Please sign in to comment.