Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
Updated outputs to have descriptions
  • Loading branch information
amy-hashi committed Sep 4, 2019
1 parent 863dc04 commit 69b8e66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Description

This module installs Terraform Enterprise HA BETA onto 1 or more aws instances in DEMO mode. All data is stored on the instance(s) and is not preserved.
This module installs Terraform Enterprise HA BETA onto 1 or more aws instances in DEMO mode. All data is stored on the instance(s) and is not preserved.

## Architecture

Expand Down Expand Up @@ -60,14 +60,14 @@ Please contact your Technical Account Manager for more information, and support

| Name | Description |
|------|-------------|
| iam\_role | |
| install\_id | |
| lb\_endpoint | |
| primary\_public\_ip | |
| ptfe\_endpoint | |
| ptfe\_health\_check | |
| replicated\_console\_password | |
| replicated\_console\_url | |
| ssh\_config\_file | |
| ssh\_private\_key | |
| iam\_role | The name of the IAM role being used |
| install\_id | The installation ID for TFE |
| lb\_endpoint | The load-balancer endpoint URI |
| primary\_public\_ip | The public IP address of the primary VMs |
| ptfe\_endpoint | The accessible PTFE URI |
| ptfe\_health\_check | The PTFE URI used for the health check |
| replicated\_console\_password | The Replicated console password |
| replicated\_console\_url | The Replicated Console URL |
| ssh\_config\_file | The path to the SSH configuration file |
| ssh\_private\_key | The SSH private key |

2 changes: 1 addition & 1 deletion examples/root-example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform Enterprise HA (Beta) Example

This example assumes you have already set up your gcp project with the required prereqs:
This example assumes you have already set up your aws project with the required prereqs:

* VPC
* Subnets (both public and private) spread across multiple AZs
Expand Down

0 comments on commit 69b8e66

Please sign in to comment.