Skip to content

Commit 401682e

Browse files
committed
Notes about requirements for running this branch
1 parent 0c1e7db commit 401682e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
Before and after code for a _Terraform Introduction_ class.
44

5-
## Bare AWS
5+
## Terraform Enterprise
66

7-
This branch is for use on a student's own AWS account and doesn't assume that the code is running inside the HashiCorp training VPC.
7+
This branch is for use with a student's own AWS credentials and is intended to run on Terraform Enterprise (but can also run locally).
88

99
Major changes:
1010

1111
- A security group is created for SSH and HTTP
12-
- The configuration only uses resources built by the configuration itself
12+
- The configuration only uses resources built by the configuration itself
13+
- `public_key` and `private_key` should be provided as contents rather than a path to a file.
14+
- AWS credentials should be provided as environment variables.
1315

16+
export AWS_ACCESS_KEY_ID="AAAA"
17+
export AWS_SECRET_ACCESS_KEY="AAAA"
18+
export AWS_DEFAULT_REGION="us-west-2"

0 commit comments

Comments
 (0)