diff --git a/terraform/main.tf b/terraform/main.tf index 0ecc0a8..768c109 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.73.0" + version = "4.76.0" } random = { source = "hashicorp/random"