TerraWeek Day 3
Task 1:
Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (any one)
First, we'll require a provider terraform file for AWS
terraform {
required_providers {
aws = {...
rushikesh-rawool.hashnode.dev5 min read