TLDR
Enter a command. For example: complete, git range diff, git archive file.

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
     
  • Verify that the configuration files are syntactically valid:
     
    terraform validate
     
  • Format configuration according to Terraform language style conventions:
     
    terraform fmt
     
  • Generate and show an execution plan:
     
    terraform plan
     
  • Build or change infrastructure:
     
    terraform apply
     
  • Destroy Terraform-managed infrastructure:
     
    terraform destroy

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.