Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinM authored Feb 14, 2022
1 parent ef8cb98 commit cd8fbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Terraform configuration examples for standing up demo environments. This should

## Modules Included

- __modules/a2_with_clients__ : Used to create an all-in-one Chef Automate(plus CS & Builder) server along with clients which are bootstrapped to the server on AWS. Also creates associated security groups which will be needed for the instances.
- __modules/a2_with_clients__ : Used to create an all-in-one Chef Automate (plus Chef Infra Server & Habitat Builder) server along with clients which are bootstrapped to the server on AWS. Also creates associated security groups which will be needed for the instances.

## Usage

Expand All @@ -18,7 +18,7 @@ Terraform configuration examples for standing up demo environments. This should

#### Working with the Infrastructure

- verify that `aws` cli is installed and you are properly authenticated (`okta_aws` is suggested [https://github.com/chef/okta_aws])
- verify that `aws` cli is installed and you are properly authenticated.
- Populate values in created `main.tf` which was copied from `main.tf.example`.
- Execute `terraform plan` to confirm there are no errors.
- Execute `terraform apply` to build the infrastructure. This will create with module source of __modules/a2_with_clients__. Once completed, it will also create a local `.chef` directory at the current location, allowing for `knife` access to the Chef Infra Server instance. Total creation time is __~10 minutes__.
Expand Down

0 comments on commit cd8fbb0

Please sign in to comment.