From 4c1b5729b5031f4b845904036dc8a43e8739b011 Mon Sep 17 00:00:00 2001 From: Carolina Delwing Rosa Date: Tue, 20 Feb 2024 09:19:16 -0500 Subject: [PATCH] docs: improve readme --- terraform/vmware-cluster-deployment-tf/README.md | 9 ++++----- terraform/vmware-cluster-deployment-tf/outputs.tf | 5 ++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/terraform/vmware-cluster-deployment-tf/README.md b/terraform/vmware-cluster-deployment-tf/README.md index b4a1cb7..582d6e2 100644 --- a/terraform/vmware-cluster-deployment-tf/README.md +++ b/terraform/vmware-cluster-deployment-tf/README.md @@ -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. diff --git a/terraform/vmware-cluster-deployment-tf/outputs.tf b/terraform/vmware-cluster-deployment-tf/outputs.tf index 7145616..dbae197 100644 --- a/terraform/vmware-cluster-deployment-tf/outputs.tf +++ b/terraform/vmware-cluster-deployment-tf/outputs.tf @@ -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 }