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