Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 256 Bytes

terraform.md

File metadata and controls

17 lines (12 loc) · 256 Bytes

How to use Terraform

# Init the dependencies
terraform init

# See what will change on your infrastructure
terraform plan

# Apply the changes
terraform apply

# Destroy all
terraform destroy

For more information -> https://www.terraform.io/