Posts

Showing posts from February, 2023

Terraform-Interview- QUESTIONS

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Terraform - My-Blog https://terraform-learner.blogspot.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  1.What is Terraform, and how does it differ from other Infrastructure as Code tools? ANS Terraform is an open-source Infrastructure as Code (IaC) tool that is used to automate the deployment and management of infrastructure resources in a cloud or on-premises environment. Terraform allows you to define infrastructure resources, such as virtual machines, storage accounts, and networking components, in code using a declarative language. You can then use Terraform to provision, modify, and destroy those resources automatically and repeatably. Terraform differs from other IaC tools in several ways: Multi-Cloud Support: Terraform supports multiple cloud providers, including AWS, Azure, GCP, and others. This allows you to use a single tool to manage infrastructure resourc...