Fixed: !terraform.state with Disabled Workspaces
The !terraform.state YAML function now correctly reads Terraform state when workspaces are disabled
(components.terraform.workspaces_enabled: false in atmos.yaml).
Previously, Atmos looked for state files in the wrong location, causing the function to fail.


