diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 49195fb0..82d5c5be 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.11" + version = "4.12" } random = { source = "hashicorp/random"