Which command can be used to see the current state of a specific resource in the Terraform state?
Shows detailed state for a specific resource.
Why this answer
`terraform state show` displays attributes of a single resource. Option B correct. A lists resources.
C shows plan/output. D shows outputs.