If any workspace associated with "customerfacing" tag is removed outside of terraform, then terraform refresh/plan/apply would fail with :
Error: Error reading Workspace Run Task
with tfe_workspace_run_task.snyk["asb-terraform-enterprise-azure-cdktf"]
on management-settings.tf line 372, in resource "tfe_workspace_run_task" "snyk":
resource "tfe_workspace_run_task" "snyk" {
Could not read Workspace Run Task, unexpected error: resource not found
Expected Behavior
If a previously managed resource was removed outside of terraform, the provider should consider the resource gone, it should then decide what to do based on what's in the code - create the resource if it still exists in code or just do nothing if code no longer exists.
Actual Behavior
the tfe provider erros and could not do refresh/plan and apply.
Terraform version
Terraform Configuration Files
Debug Output
Expected Behavior
If a previously managed resource was removed outside of terraform, the provider should consider the resource gone, it should then decide what to do based on what's in the code - create the resource if it still exists in code or just do nothing if code no longer exists.
Actual Behavior
the tfe provider erros and could not do refresh/plan and apply.
Additional Context