You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
FEATURES:
4
4
*`r/tfe_workspace`: Add `ignore_additional_tag_names` which explicitly ignores `tag_names`_not_ defined by config so they will not be overwritten by the configured tags, by @brandonc and @mbillow[1254](https://github.com/hashicorp/terraform-provider-tfe/pull/1254)
5
5
6
+
BUG FIXES:
7
+
8
+
*`r/tfe_registry_module`: Fix registry module always triggering re-creation when an organization is not present, by @hashimoon[1263](https://github.com/hashicorp/terraform-provider-tfe/pull/1263)
9
+
*`r/tfe_workspace`: Change the error message returned when a workspace cannot be safe-deleted to reflect that the error can happen when the latest state is still being processed @uturunku1[1274](https://github.com/hashicorp/terraform-provider-tfe/pull/1274)
returnfmt.Errorf("error deleting workspace %s: %w\nTo delete this workspace without destroying the managed resources, add force_delete = true to the resource config", workspaceID, err)
1008
+
returnfmt.Errorf("error deleting workspace %s: %w\nThis workspace may either have managed resources in state or has a latest state that's still being processed. Add force_delete = true to the resource config to delete this workspace", workspaceID, err)
0 commit comments