Skip to content

Commit 86469e5

Browse files
authored
fix: geography and geography group may be null (#352)
# Pull Request ## Issue Issue #351 ## Description change Azure/avm-utl-regions/azurerm from 0.5.1 to 0.5.2 ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent d110c5b commit 86469e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Get-AzureRegionData {
1616
1717
module "regions" {
1818
source = "Azure/avm-utl-regions/azurerm"
19-
version = "0.5.1"
19+
version = "0.5.2"
2020
use_cached_data = false
2121
availability_zones_filter = false
2222
recommended_filter = false

0 commit comments

Comments
 (0)