Terraform Commands:
Basic Terraform Commands
terraform init – Initializes a new or existing Terraform configuration.
terraform plan – Generates and shows an execution plan.
terraform apply – Builds or changes infrastructure.
terraform destroy – Destroys Terraform-ma...
terraformlearning.hashnode.dev6 min read