1. HashiCorp. (n.d.). Command: console. Terraform CLI Documentation. Retrieved from https://developer.hashicorp.com/terraform/cli/commands/console.
Reference Point: The first sentence of the documentation states
"The terraform console command provides an interactive console for evaluating and experimenting with expressions."
2. HashiCorp. (n.d.). Command: validate. Terraform CLI Documentation. Retrieved from https://developer.hashicorp.com/terraform/cli/commands/validate.
Reference Point: The documentation states
"The terraform validate command runs checks that verify whether a configuration is syntactically valid and internally consistent..."
3. HashiCorp. (n.d.). Command: test. Terraform CLI Documentation. Retrieved from https://developer.hashicorp.com/terraform/cli/commands/test.
Reference Point: The documentation specifies
"The terraform test command executes integration tests for the modules and root configuration in the current working directory."
4. HashiCorp. (n.d.). Command: env. Terraform CLI Documentation. Retrieved from https://developer.hashicorp.com/terraform/cli/commands/env.
Reference Point: The documentation explains
"The terraform env command is used to manage different named Terraform CLI configurations on your local machine."