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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Warning: Deprecated attribute
The attribute "resource_manager_id" is deprecated. Refer to the provider documentation for details.
Expected Behaviour
Understood that azurerm_storage_account.example.resource_manager_id is being deprecated. But recommendedazurerm_storage_account.example.id returns invalid URL-formatted string value.
The recommended in documentation is not working as the id property is returning a wrong URL-formatted (https://storage-account-name.blob.core.windows.net/storage-container-name) value, not the correct fully qualified resource manager id.
The documentation claim that Migrating from the deprecated storage_account_name to storage_account_id is supported without recreation. is incorrect.
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
See https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container.
Terraform Version
1.10.5
AzureRM Provider Version
2.20.0
Affected Resource(s)/Data Source(s)
azurerm_storage_container
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Understood that
azurerm_storage_account.example.resource_manager_id
is being deprecated. But recommendedazurerm_storage_account.example.id
returns invalid URL-formatted string value.The recommended in documentation is not working as the
id
property is returning a wrong URL-formatted (https://storage-account-name.blob.core.windows.net/storage-container-name
) value, not the correct fully qualified resource manager id.The documentation claim that
Migrating from the deprecated storage_account_name to storage_account_id is supported without recreation.
is incorrect.Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: