Which command lets you experiment with Terraform expressions?
Which command lets you experiment with Terraform expressions?
The 'terraform console' command is specifically designed to allow users to experiment with Terraform expressions. It provides an interactive console for evaluating expressions against a state, configuration, and variables.
You can experiment with the behavior of Terraform's expressions from the Terraform expression console
same question as Question #182