Skip to content

Commit 9d08769

Browse files
committed
[IPL-5689] Revert the fix for no changes detected when provider default org changes PR-1163
This fixes a bug that always forced a registry module to always be recreated when an organization is not present.
1 parent b7628ff commit 9d08769

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
FEATURES:
44
* `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)
55

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+
610
## v0.52.0
711

812
FEATURES:

internal/provider/resource_tfe_registry_module.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ func resourceTFERegistryModule() *schema.Resource {
3131
StateContext: resourceTFERegistryModuleImporter,
3232
},
3333

34-
CustomizeDiff: customizeDiffIfProviderDefaultOrganizationChanged,
35-
3634
Schema: map[string]*schema.Schema{
3735
"organization": {
3836
Type: schema.TypeString,

0 commit comments

Comments
 (0)