Follow up with the recent rename from environments to workspaces. I was initially confused when I tried to use workspace with terraform_remote_state and it failed. Looking at the docs showed they were still referencing environment, this PR corrects that behavior and documentation.
Follow up with the recent rename from environments to workspaces. I was initially confused when I tried to use
workspace
withterraform_remote_state
and it failed. Looking at the docs showed they were still referencingenvironment
, this PR corrects that behavior and documentation.