diff --git a/tests/integration-tests/main.tf b/tests/integration-tests/main.tf index 1e364a9..2816f06 100644 --- a/tests/integration-tests/main.tf +++ b/tests/integration-tests/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = ">= 4.18.0, < 5.1" + version = ">= 4.18.0, < 5.2" } } }