From c3ee0a26ff6da05d3258af611db30c0adb07f152 Mon Sep 17 00:00:00 2001 From: "Luis (LT) Carbonell" Date: Mon, 14 Jul 2025 11:29:30 -0400 Subject: [PATCH] (enos) Update Vault Radar version (#31267) --- enos/modules/verify_log_secrets/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/verify_log_secrets/main.tf b/enos/modules/verify_log_secrets/main.tf index ef53bf0fb6..c6be949153 100644 --- a/enos/modules/verify_log_secrets/main.tf +++ b/enos/modules/verify_log_secrets/main.tf @@ -34,7 +34,7 @@ variable "radar_license_path" { variable "radar_version" { description = "The version of Vault Radar to install" - default = "0.24.0" # must be >= 0.17.0 + default = "0.29.0" # must be >= 0.17.0 // NOTE: A `semverconstraint` validation condition would be very useful here // when we get around to exporting our custom enos funcs in the provider. }