Skip to content

Commit cfacca7

Browse files
committed
change versions dependencies
1 parent e23f719 commit cfacca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ terraform {
22
required_providers {
33
azurerm = {
44
source = "registry.terraform.io/hashicorp/azurerm"
5-
version = "~>2.19"
5+
version = ">=2.19"
66
}
77
azuread = {
88
source = "registry.terraform.io/hashicorp/azuread"
9-
version = "~>2.5"
9+
version = ">=2.5"
1010
}
1111
}
1212
required_version = "~>1.0"

0 commit comments

Comments
 (0)