terraform: add page (#2340)

italian
stets 2018-09-18 13:16:08 -04:00 committed by Owen Voke
parent 3bb46fd344
commit d0ce428755
1 changed files with 19 additions and 0 deletions

19
pages/common/terraform.md Normal file
View File

@ -0,0 +1,19 @@
# 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`