From 0ee3e2f91ee7523162229de49115c21f4f23d3ca Mon Sep 17 00:00:00 2001 From: ChrisS1512 <87066931+ChrisS1512@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:26:25 +0100 Subject: [PATCH] Updated provider --- infrastructure/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"