diff --git a/infrastructure/providers.tf b/infrastructure/providers.tf index ea514e64..ac017d85 100644 --- a/infrastructure/providers.tf +++ b/infrastructure/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { - version = "3.103.1" + version = "3.105.0" } postgresql = { source = "cyrilgdn/postgresql"