Basic workflow commands
|
Command |
What it does |
Documentation link |
|
|
Initializes a directory of Terraform configuration files |
https://developer.hashicorp.com/terraform/cli/commands/init |
|
|
Visualizes a change preview |
https://developer.hashicorp.com/terraform/cli/commands/plan |
|
|
Applies changes |
https://developer.hashicorp.com/terraform/cli/commands/apply |
|
|