Command
terraform show
Explanation
Displays information about the current state or a saved plan. Useful for debugging or integration with scripts.
Examples
Display state or plan in JSON format
terraform show -json
terraform show
Displays information about the current state or a saved plan. Useful for debugging or integration with scripts.
Display state or plan in JSON format
terraform show -json