what is terraform?

read https://developer.hashicorp.com/terraform/tutorials

  • an infrastructure as code software tool by Hashicorp
  • lets us build, change and version control infrastructure safely and efficiently (like compute, storage, n/w ing etc)
  • users define and provide data center infrastructure (or cloud providers like AWS, Azure, GCP etc) using a declarative configuration language known as Hashicorp Configuration Language or JSON

terraform workflow

202510030003