File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Before and after code for a _ Terraform Introduction_ class.
4
4
5
- ## Bare AWS
5
+ ## Terraform Enterprise
6
6
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) .
8
8
9
9
Major changes:
10
10
11
11
- 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.
13
15
16
+ export AWS_ACCESS_KEY_ID="AAAA"
17
+ export AWS_SECRET_ACCESS_KEY="AAAA"
18
+ export AWS_DEFAULT_REGION="us-west-2"
You can’t perform that action at this time.
0 commit comments