Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 11, 2024
1 parent f27b840 commit 8906733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ALZ/Private/Config-Helpers/Get-AzureRegionData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ terraform {
required_providers {
azapi = {
source = "azure/azapi"
version = "~> 2.0
version = "~> 2.0"
}
}
}
Expand Down

0 comments on commit 8906733

Please sign in to comment.