Thursday, June 16, 2022

Introduction to Terraform Cloud | What is Terraform Cloud | Easy Explanation

 


  • Scalability
  • Business Continuity
  • Effective Collaboration
  • Data Security
  • Disaster Recovery

Terraform

Terraform is an open-source infrastructure as a code software tool created by HashiCorp. It enables users to define and provision a datacenter infrastructure using a high-level configuration language known as Hashicorp Configuration Language, or optionally JSON.

  • Application: Terraform creates an application that defines the infrastructure that will create, update, or destroy it based on existing infrastructure and your configuration.
  • Apply: After approval, Terraform performs the proposed functions in their respective order, respecting any reliance on the application. For example, if you update VPC properties and change the number of virtual machines in that VPC, Terraform will re-create the VPC before measuring the virtual machines.

No comments:

Post a Comment

Top ChatGPT Prompts for DevOps Engineers

  As a DevOps engineer, your role involves juggling complex tasks such as automation, infrastructure management, CI/CD pipelines, and troubl...