Working with Terraform

  • 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, ...

Get Enterprise Cloud Security and Governance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.