terraform
Create and deploy infrastructure as code to cloud providers. Homepage: <https://www.terraform.io/>.
Install
- All systems
-
curl cmd.cat/terraform.sh
-
Alpine
-
apk add terraform
- Arch Linux
-
pacman -S terraform
- OS X
-
brew install terraform
- Docker
-
docker run cmd.cat/terraform terraform
powered by Commando
Create and deploy infrastructure as code to cloud providers. Homepage: <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
© tl;dr; authors and contributors