AWS Newbie Tips Community

Lee
Lee

Posted on

Terraform Cloud with AWS Landing Zone - Part 4

Just a quick recap before we continue.

In part one we provided and overview of infrastructure as code with some useful reading before we get started.

In part two we created our Terraform Cloud and Github accounts.

In part three we connected our Terraform Cloud and Github accounts in preparation from an automated deployment once we commit and push our Terraform code to our Github repository

In the post (part 4) we will be downloading the Terraform source code from my repository to get us started with a basic ec2 instance.

Here is the code base:

In order to get going you need to pull this locally and then we can edit with VSCode.

In your local terminal:

Next up, we will configured Terraform Cloud to trigger a plan and deploy when you push a change to your remote git repository

Top comments (0)