Skip to content

Commit

Permalink
Merge pull request #4 from hashicorp/b-update-root-example
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rogeruiz authored Sep 30, 2019
2 parents 2e3f09d + 704100b commit dce2f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/root-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You'll need to update the following settings to your set up:
* primary_count: Number of primaries to create
* distribution: OS Distribution to use - ubuntu or rhel

This example is set to spin up 3 primaries and 3 secondaries.
This example is set to spin up 3 primaries and 3 secondaries.

## Run Terraform
```
Expand All @@ -47,7 +47,7 @@ terraform apply

## Wait for the application to load

The installer dashboard url will output along with the password.
The installer dashboard url will output along with the password.

```
Apply complete! Resources: 33 added, 0 changed, 0 destroyed.
Expand All @@ -67,4 +67,4 @@ tfe-beta = {
}
```

You can log into that dashboard at that url and wait for the application to be ready. This can take up to 30 minutes! Once complete use the `Open` link to set up the admin user and initial organization.
You can log into that dashboard at that url and wait for the application to be ready. This can take up to 30 minutes! Once complete use the `Open` link to set up the admin user and initial organization.

0 comments on commit dce2f9d

Please sign in to comment.