mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
378 B
378 B
terraform
Create and deploy infrastructure as code to cloud providers. More information: https://www.terraform.io/.
- 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