👩💻 Join our community of thousands of amazing developers!
Part 1 - Terraform Install Hello! In the previous article, we learn how to install terraform. And now we will learn how using terraform you can create and delete resources in AWS. In order for terraform to manage resources in AWS, you need to install terraform AWS provider. Terraform will do this automatically if I specify AWS provider in the terraform code and call terraform init. I will create a terraform_code directory and in this directory i will create a file with name provider....