TerraWeek Day 3 : Creating AWS EC2 instance though Terraform HCL
Step 1 :
To create an AWS EC2 instance, we need to create a terraform file to define the providers that will install the required plugins for AWS.
Here "hashicorp/aws" is the repo where the AWS providers are and version "~> 5.0" is version 5 or the ...
debojyoti1994.hashnode.dev3 min read