terraform: add page (#2340)
This commit is contained in:
19
pages/common/terraform.md
Normal file
19
pages/common/terraform.md
Normal 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`
|
Reference in New Issue
Block a user