Which of the following commands will launch the Interactive console for Terraform interpolations?
terraform
terraform console
terraform cmdline
terraform cli
The terraform console command provides an interactive console for evaluating expressions.
https://www.terraform.io/docs/commands/console.html
Submit