Support for private_link_access
in azurerm_storage_account
doesn't work as intended
#11779
Labels
Milestone
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_storage_account
Description
According to Azure documentation Resource instances is a preview feature on Storage accounts and only supports Azure Synapse so far.
However with the development of #11629, the REST endpoint for this feature is used to allow private endpoints. This creates two issues:
terraform plan
tries to deleteResource instances
configuration for existing Storage accounts that have this setting configured manually from the UI.private_link_access
because terraform actually expectsprivateEndpoints
.Terraform Configuration Files
Scenario 1:
Scenario 2:
Steps to Reproduce
Scenario 1:
terraform apply
snippet from Scenario 1terraform plan
tries to delete existing configurationScenario 2:
terraform plan
snippet from Scenario 2 fails with errorReferences
azurerm_storage_account
#11628private_link_access
inazurerm_storage_account
#11629The text was updated successfully, but these errors were encountered: