Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
591 stars 463 forks source link

Fix the Terraform storage warning #827

Open promisinganuj opened 1 week ago

promisinganuj commented 1 week ago

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:

Image

DoD