Mastering Terraform: A List of Important Commands
Terraform Command Syntax
Syntax structureusage: terraform [global options] <subcommand> [args]
Main Commands
note: use "terraform" before command
init : Prepare working directory for other commands
validate: check whether the configuration is valid
...
toolsfordevops.hashnode.dev1 min read