Skip to content

Commit

Permalink
fix: pin to old version of azure regions module (#12)
Browse files Browse the repository at this point in the history
Looks like the latest version of this module may have a bug. We verified
that the version we started with still works, so we'll pin to that one
for now.
  • Loading branch information
jordan-acosta authored Jun 26, 2024
1 parent e37045b commit c398dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ locals {

module "regions" {
source = "Azure/regions/azurerm"
version = ">= 0.5.2"
version = "0.5.2"
recommended_regions_only = false
}

0 comments on commit c398dc0

Please sign in to comment.