diff --git a/examples/nsg-with-flow-logs/versions.tf b/examples/nsg-with-flow-logs/versions.tf index 18fc9ba..341986a 100644 --- a/examples/nsg-with-flow-logs/versions.tf +++ b/examples/nsg-with-flow-logs/versions.tf @@ -7,7 +7,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.112.0" + version = "4.1.0" } } }