diff --git a/providers.tf b/providers.tf index ba9a5bf..a8d4844 100644 --- a/providers.tf +++ b/providers.tf @@ -3,12 +3,12 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.0" + version = ">= 3.0, < 5.0" configuration_aliases = [azurerm.p-dns] } random = { source = "hashicorp/random" - version = "~> 3.5" + version = "> 3.0, < 5.0" } } }