- Creating a Terraform configuration file: Terraform extension files end with .tf extensions. I have attached a sample Terraform code, which creates a new EC2 instance. If you read it, it is quite easy to understand:
- Planning your changes: Terraform has a really useful feature called terraform plan that will basically show you all the changes that will be made to the environment before you actually go ahead and deploy the code live:
- Visualize the change: For those who need to, we can also visualize in terms of a graph, ...