diff --git a/versions.tf b/versions.tf index 16cd35d..6d5d291 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.74.0" + version = "~> 4.78.0" } random = { source = "hashicorp/random"