
Welcome to the Terraform Crash Course.
In this video we're going to briefly look at the Terraform AWS Provider; we're going to intialise our Terraform state, and we're going to validate our code by using Terraform's built in validation mechanism.
Let's create a VPC Resource.
We've got a VPC Resource but now we need to plan our changes and then apply them to the AWS account.
If you've heard of Terraform and "Infrastructure As Code", but have no idea how-to get started, then I've created a course for you.
Together we'll start creating everything we need to interact with an AWS account. From there we will build a basic network, add in an SSH public key (AWS Keypair), and then start fetching data from the AWS Marketplace. Once that's done we will create an EC2 Instance and then finally we can blow it all away with a Terraform Destroy command.
Sound like fun? It is!
Let's get started...