Closed nickyoung-hashicorp closed 4 years ago
Terraform Cloud setup - Updated with clarity on how to self-enable trials. Also added text on what to do if you've already burned your free trial in an existing account
Safekeeping your terraform state - Added even more emphasis on this step. We now call it out THREE times in the exercise instructions. And I fully expect people still not to read it and smake this mistake. 🤦♀
The tf 0.12.20 error is bizarre. The image we use has 0.12.21 baked into it so i have no idea where this person got an older version of terraform
On the quiz page, yes, this is an issue we've brought up with instruqt.
Added warning about running this outside of us-east-1. Tracking this in #70
Updated verbiage to indicate you may need to refresh or log out and back in. "Next, assign access rights to the hashicat-aws workspace. Go into the Team Access page of the hashicat-aws workspace settings. If you don't see the Team Access link you may need to log out and back into Terraform Cloud."
Added clarity on getting back to the Users page.
Instead of ssh keys i added instructions for 2FA users to generate a personal access token. This seems simpler and more straightforward.
Fixed in #71
This was the feedback we captured throughout our workshop with Riot Games on 3/6/2020. We call out the sections of the lab to help with pinpointing where to make suggested changes. Overall, the majority of students got through the exercises well and thought it was a great use of time. They were light hearted about some of the minor hiccups, but understand we are working to continue improving the experience.
Terraform Cloud Setup
Safekeeping Your Terraform State
Quiz 1 - Terraform State
Securing Cloud Credentials
Error: Error launching source instance: Unsupported: Your requested instance type (t2.micro) is not supported in your requested Availability Zone (us-west-2d). Please retry your request by not specifying an Availability Zone or choosing us-west-2a, us-west-2b, us-west-2c. status code: 400, request id: 935ba4ea-72ff-4333-ab50-474f46d0516b
on main.tf line 107, in resource "aws_instance" "hashicat": 107: resource aws_instance "hashicat" {