diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 913ebc1b..767c55f2 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.109" + version = "3.110" } random = { source = "hashicorp/random"