Skip to content

Commit

Permalink
Merge pull request #1263 from hashicorp/hashimoon/IPL-5689-recreation…
Browse files Browse the repository at this point in the history
…-bug

[IPL-5689] Revert the fix for no changes detected when provider default org changes on Registry Modules
  • Loading branch information
hashimoon committed Mar 4, 2024
2 parents 2012a34 + 6f53460 commit 2a33557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
FEATURES:
* `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)

BUG FIXES:

* `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)

## v0.52.0

FEATURES:
Expand Down
2 changes: 0 additions & 2 deletions internal/provider/resource_tfe_registry_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func resourceTFERegistryModule() *schema.Resource {
StateContext: resourceTFERegistryModuleImporter,
},

CustomizeDiff: customizeDiffIfProviderDefaultOrganizationChanged,

Schema: map[string]*schema.Schema{
"organization": {
Type: schema.TypeString,
Expand Down

0 comments on commit 2a33557

Please sign in to comment.