/Terraformdemo

this is a repo for terraform demos

Primary LanguageHCL

install terraform to your local system
Terraform commands
navigate to the path where main.tf file is created

terraform -v

terraform init

terraform plan

terraform apply

//it will destroy the whole infrastructure
terraform destroy