With the latest "azurerm" version 4.9.0, the azurerm_storage_container resource is accepting "storage_account_id" instead of "storage_account_name". Here is the excerpt from the documentation:
_One of storage_account_name or storage_account_id must be specified. When specifying storage_accountid the resource will use the Resource Manager API, rather than the Data Plane API.
The following warning message is shown:
DoD
[ ] Update the providers.tf to use version 4.9.0 or later.
[ ] Update modules\adls\main.tf to use storage_id instead of storage_name.
[ ] Test the changes.
[ ] Review the main README.md to see if it needs to be updated.
[ ] Review the SP permissions and see if it can now have more granular permissions.
With the latest "azurerm" version 4.9.0, the azurerm_storage_container resource is accepting "storage_account_id" instead of "storage_account_name". Here is the excerpt from the documentation:
_One of storage_account_name or storage_account_id must be specified. When specifying storage_accountid the resource will use the Resource Manager API, rather than the Data Plane API.
The following warning message is shown:
DoD
providers.tf
to use version 4.9.0 or later.modules\adls\main.tf
to usestorage_id
instead ofstorage_name
.README.md
to see if it needs to be updated.