v2.20.0
2.20.0 (July 23, 2020)
UPGRADE NOTES
- Enhanced Validation for Locations - the Azure Provider now validates that the value for the
location
argument is a supported Azure Region within the Azure Environment being used (from the Azure Metadata Service) - which allows us to catch configuration errors for this field atterraform plan
time, rather than during aterraform apply
. This functionality is now enabled by default, and can be opted-out of by setting the Environment VariableARM_PROVIDER_ENHANCED_VALIDATION
tofalse
azurerm_storage_account
- will now defaultallow_blob_public_access
to false to align with the portal and be secure by default (#7784)
DEPENDENCIES:
FEATURES:
- New Data Source:
azurerm_synapse_workspace
(#7517) - New Resource:
azurerm_data_share_dataset_data_lake_gen1
- adddataset_data_lake_gen1
suppport forazurerm_data_share
(#7511) - New Resource:
azurerm_frontdoor_custom_https_configuration
- move the front doorcustom_https_configuration
to its own resource to allow for parallel creation/update of custom https certificates. (#7498) - New Resource:
azurerm_kusto_cluster_customer_managed_key
(#7520) - New Resource:
azurerm_synapse_workspace
(#7517)
ENHANCEMENTS:
azurerm_cosmos_db_account
- add support forenable_free_tier
(#7814)
BUG FIXES
- Data Source:
azurerm_private_dns_zone
- fix a crash when the zone does not exist (#7783) azurerm_application_gateway
- fix crash withgateway_ip_configuration
(#7789)azurerm_cosmos_account
- thegeo_location.prefix
property has been deprecated as service no longer accepts it as an input since Apr 25, 2019 (#7597)azurerm_monitor_autoscale_setting
- Fix crash innotification
(#7835)azurerm_storage_account
- will now defaultallow_blob_public_access
to false to align with the portal and be secure by default (#7784)