Skip to content

Commit

Permalink
Merge pull request #4 from T-Systems-MMS/azurerm_3x
Browse files Browse the repository at this point in the history
change versions dependencies
  • Loading branch information
michaelamattes authored May 9, 2022
2 parents 6e9aabf + cfacca7 commit 60196b7
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 @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "~>2.19"
version = ">=2.19"
}
azuread = {
source = "registry.terraform.io/hashicorp/azuread"
version = "~>2.5"
version = ">=2.5"
}
}
required_version = "~>1.0"
Expand Down

0 comments on commit 60196b7

Please sign in to comment.