(enos) Update Vault Radar version (#31267)

This commit is contained in:
Luis (LT) Carbonell 2025-07-14 11:29:30 -04:00 committed by GitHub
parent 856d997fc7
commit c3ee0a26ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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