github hashicorp/terraform-provider-azurerm v2.20.0

latest releases: v3.105.0, v3.104.2, v3.104.1...
3 years ago

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 at terraform plan time, rather than during a terraform apply. This functionality is now enabled by default, and can be opted-out of by setting the Environment Variable ARM_PROVIDER_ENHANCED_VALIDATION to false
  • azurerm_storage_account - will now default allow_blob_public_access to false to align with the portal and be secure by default (#7784)

DEPENDENCIES:

  • updating github.com/Azure/azure-sdk-for-go to v44.1.0 (#7774)
  • updating cosmos to 2020-04-01 (#7597)

FEATURES:

  • New Data Source: azurerm_synapse_workspace (#7517)
  • New Resource: azurerm_data_share_dataset_data_lake_gen1 - add dataset_data_lake_gen1 suppport for azurerm_data_share (#7511)
  • New Resource: azurerm_frontdoor_custom_https_configuration - move the front door custom_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 for enable_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 with gateway_ip_configuration (#7789)
  • azurerm_cosmos_account - the geo_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 in notification (#7835)
  • azurerm_storage_account - will now default allow_blob_public_access to false to align with the portal and be secure by default (#7784)

Don't miss a new terraform-provider-azurerm release

NewReleases is sending notifications on new releases.