Skip to content

Commit

Permalink
chore(terraform): update azurerm provider version constraint to allow…
Browse files Browse the repository at this point in the history
… newer versions
  • Loading branch information
sachincool committed Nov 3, 2024
1 parent 79f5e6b commit 778c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.107.0"
version = ">= 3.107.0"
}
}
}
}

0 comments on commit 778c137

Please sign in to comment.