Basic Terraform Commands
terraform init
terraform init -upgrade
terraform plan
terraform apply
terraform validate
terraform fmt
terraform destroy
terraform init
Purpose: Initializes a new or existing Terraform configuration. This command prepares the working director...
pranayops.hashnode.dev4 min read