Skip to content

Commit 8906733

Browse files
committed
Fix typo
1 parent f27b840 commit 8906733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ terraform {
99
required_providers {
1010
azapi = {
1111
source = "azure/azapi"
12-
version = "~> 2.0
12+
version = "~> 2.0"
13+
}
1314
}
1415
}
1516

0 commit comments

Comments
 (0)