Terraform-Assignment-3
For the detailed solution to this assignment, click this link: https://medium.com/devops-guides/rename-ec2-instances-after-creation-terraform-assignment-3-33b9030c4894
Step 1: Destroy the previous assignment resources using the command: terraform destroy
Step 2: Assignment 2 Resources will be successfully deleted.
Step 3: Create a "main.tf" file, and paste the script code here.
Step 4: Initialize terraform using the command: terraform init
Step 5: Create a plan using the command: terraform plan
Step 6: Use this command to rename ec2 instances: terraform apply
Step 7: The instance will be successfully renamed. Go to "EC2" Instance & renamed instances will be shown in both the regions.