Files
tldr/pages/common/terraform.md
Starbeamrainbowlabs 45ec3033c0 Revert "multiple pages: add homepages"
This reverts commit 347e557303.
2018-12-19 23:33:18 +00:00

20 lines
329 B
Markdown

# terraform
> Create and deploy infrastructure as code to cloud providers.
- Initialize a new or existing Terraform configuration:
`terraform init`
- Generate and show an execution plan:
`terraform plan`
- Build or change infrastructure:
`terraform apply`
- Destroy Terraform-managed infrastructure:
`terraform destroy`