Student Reviews
( 5 Of 5 )
1 review
Video of Getting Started With Terraform Terraform Tutorial #3 in Terraform course by Will Brock channel, video No. 4 free certified online
Getting started with Terraform is very easy and I'll show you how in this beginner tutorial. In this video we will get up and running with a basic Terraform configuration by creating an AWS EC2 instance from a configuration file that we create using the Terraform Language. At the end of the video I'll show you how to tear down the infrastructure that we created.
Below are a few other topics we'll be going over in this tutorial.
- Installing a vscode extension for Terraform
- Explaining the Terraform Language
- Providers and how to authenticate
- Resources
- Terraform commands like init, plan, apply and destroy
- State files - Local and remote state
Code Examples:
https://github.com/WillBrock/terraform-course-examples
Resources:
https://www.terraform.io/docs/configuration/resources.html
Providers:
https://www.terraform.io/docs/providers/index.html
AWS Provider:
- https://www.terraform.io/docs/providers/aws/
Azure Provider:
https://www.terraform.io/docs/providers/azurerm
AWS ec2 Instance:
https://www.terraform.io/docs/providers/aws/r/instance.html
VSCode Extension:
https://github.com/hashicorp/vscode-terraform