Pb Labs Terraform (AWS Workshop with Terraform)

Hello,
I’ve encountered some problems and roadblocks in the Terraform labs of the course (Learn By Doing: AWS Workshop with Terraform).
If you’ve found any solutions, please share them.
Have a good day

Cordialy

Could you be a bit more specific? Which lab (there are 8 of them!) and what steps of those labs?

Hello,
Thank you for your résponse.
yes, it’s the 8 Labs, but more specifically the last three labs.

Cordially

Generally speaking the “solution” tabs of the lab frames tell you what you need to know. Specificity again is helpful here – which of the labs specifically, and what frame of the that lab is causing you trouble?

Hello,

I have a problem specifically in the lab (Automating AWS Deployments with Terraform) and in the part of the lab that synchronizes with my GitHub account.
I’m blocked in this step in the lab



Cordially;

I just did this step in the lab. Key things you need to do:

  • Create a classic token “personal token” for your personal Github account, giving it “repo” type rights (no more than this). Make sure you have the token handy.
  • create the “/root/github_repo_info.json” file when asked so the grader has access to the token.
  • create main.tf as instructed; note that the token is also in that file.

If you do this, main.tf will have the ability to create a “terraform-infra” repo in your account, and the grader will pass you.