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. }