Skip to content

Commit

Permalink
Merge pull request #10 from Figglewatts/azurerm-version-constraint
Browse files Browse the repository at this point in the history
Make azurerm/azuread version constraints less restrictive (fixes #9)
  • Loading branch information
aldor007 authored Jul 29, 2022
2 parents ea7fbde + 7f4b29d commit 55725d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ terraform {

required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.7.0"
source = "hashicorp/azurerm"
version = ">=3.7.0"
}
azuread = {
source = "hashicorp/azuread"
version = "2.22.0"
source = "hashicorp/azuread"
version = ">=2.22.0"
}
castai = {
source = "castai/castai"
Expand Down

0 comments on commit 55725d9

Please sign in to comment.