commands.sh

terraform

all

Create and deploy infrastructure as code to cloud providers.

More info →

Examples (6)

Initialize a new or existing Terraform configuration

Verify that the configuration files are syntactically valid

terraform validate

Format configuration according to Terraform language style conventions

Generate and show an execution plan

Build or change infrastructure

Destroy all infrastructure in the current directory

made by @shridhargupta | data from tldr-pages