From the course: Terraform: Managing Network Infrastructure

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Setting up your Terraform Repo

Setting up your Terraform Repo

- [Instructor] In this video, we're going to make sure you have the code repository cloned and that you know how to work with the exercise files. On the course page, you'll see a little blue box that says Get Files. When you click on this box, it'll take you to the Git repository that holds the code. Now, we're going to go ahead and fork this repo. And this basically means we're just going to make a copy of it with you as the owner, and this disconnects it from the codebase and the previous maintainers. And for the owner, you're just going to reference your GitHub account. And then you're going to want to uncheck copy the main branch only because we want to get all the branches in the course. So click on Create Fork, and this will fork that repository into your account. Now, the main branch is where this journey begins. So this is the starting code for the course. So you're going to see that we have a versions file, a…

Contents