Skip to content

Commit

Permalink
Merge pull request #230 from aconley245/appworld-2025
Browse files Browse the repository at this point in the history
Appworld 2025
  • Loading branch information
lesleycw authored Dec 12, 2024
2 parents a5f9fc3 + 476649d commit 7075418
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/class8/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ By following the tasks in the prior **Introduction** Section, you should now be
F5 Distributed Cloud Console, having set your Work Domain Roles and Skill levels. If you have
not done so already, please login to your tenant for this lab and proceed to Task 1.

**Expected Lab Time: 20 minutes**

Task 1: Review Developer Portal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
10 changes: 9 additions & 1 deletion docs/class8/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig
| * **Confirm Password:** *<some_password>* |
| * **Expiry Date: Select:** *<date two days in the future of today's date>* |
| |
| 6. Click **Download**. |
| 6. Click **Download**. |
| |
| |lab2-Terraform_Download_API_Cert| |
| |
Expand Down Expand Up @@ -102,6 +102,10 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig
| export VES_P12_PASSWORD="<some_password>" |
| |
| |lab2-Terraform_Auth_Env| |
| |
| .. note:: |
| *Replace <some_password> with the password you entered when creating the API certificate. You need to* |
| *wrap the password in "". If your password is password, enter: export VES_P12_PASSWORD="password"* |
+---------------------------------------------------------------------------------------------------------------+

+---------------------------------------------------------------------------------------------------------------+
Expand All @@ -124,6 +128,10 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig
| namespace = "<namespace>" |
| |
| |lab2-Terraform_Tfvars_Values| |
| |
| .. note:: |
| *Replace <namespace> with your assigned namespace. You need to wrap the namespace in "". If your assigned* |
| *namespace is brave-collie, enter: namespace = "brave-collie"* |
+---------------------------------------------------------------------------------------------------------------+

+---------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 7075418

Please sign in to comment.