-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_storage_share
: Fix ID for resource_manager_id
#11828
Conversation
@favoretti I suppose yes, we need to migrate the state as the ID has changed. |
@magodo as discussed with @tombuildsstuff offline just now, we should be fine without a state migration here. Please do call the ID change for the computed value of Thanks! |
+1 yeah this shouldn't need a state migration since this is a computed field - but as mentioned above we do need to document that this is changing. The question here is why this changed in the API, was this incorrect in the first place - or is this a breaking change to the API? |
I might have just shot this one in the head by adding sdkv2 shim to storage, but if/when that one gets in, I'll rebase this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
storage
: Fix ID for storage_share_resource_manager
azurerm_storage_share
: Fix ID for resource_manager_id
This has been released in version 2.61.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.61.0"
}
# ... other configuration ... |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
@tombuildsstuff Wonder if we need a state migration here too?
Fixes #11624