TerraWeek Day 3 --> Terraform
Task 1. Create a Terraform configuration file to define a resource of AWS EC2 instance
Terraform configuration file (usually with a .tf extension) to define an AWS EC2 instance resource:
first you should add providers ---> terraform.tf
terraform {
...
iujawaltiwari.hashnode.dev6 min read