Skip to content

Commit d110c5b

Browse files
authored
fix: avoid empty value of geographyGroup of metadata (#350)
# Pull Request ## Issue Issue #351 ## Description Description of changes: Change version of avm-utl-regions to 0.5.1 to avoid empty value of geographyGroup of metadata ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 1905d57 commit d110c5b

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.3.0"
19+
version = "0.5.1"
2020
use_cached_data = false
2121
availability_zones_filter = false
2222
recommended_filter = false

0 commit comments

Comments
 (0)