Skip to content

Commit

Permalink
Updated CHANGELOG.md for #7774
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Jul 17, 2020
1 parent 285ba78 commit ccbef0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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`

ENHANCEMENTS:

* * dependencies: updating to v44.1.0 of `github.com/Azure/azure-sdk-for-go` [GH-7774]

BUG FIXES

* Data Source: `azurerm_private_dns_zone` - fix a crash when the zone does not exist [GH-7783]
Expand Down

0 comments on commit ccbef0c

Please sign in to comment.