From c70e95e63827c254fc38d1a38e871fdb2c271846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:29:23 +0000 Subject: [PATCH] fix(deps): Update Terraform validation to v1.1.3 --- modules/sap_hana/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sap_hana/versions.tf b/modules/sap_hana/versions.tf index 4dd0a0c7..ee03bbf0 100644 --- a/modules/sap_hana/versions.tf +++ b/modules/sap_hana/versions.tf @@ -26,7 +26,7 @@ terraform { } validation = { source = "tlkamp/validation" - version = "1.1.1" + version = "1.1.3" } } }