You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated the condition for enabling the vault lock configuration to include a check for the 'enabled' variable.
- Moved the validation logic for min_retention_days and max_retention_days into the variable definition for 'locked' to ensure proper validation when vault locking is enabled.
error_message="For vault lock configuration, min_retention_days and max_retention_days must be provided and min_retention_days must be less than or equal to max_retention_days."
error_message="When vault locking is enabled (locked = true), min_retention_days and max_retention_days must be provided and min_retention_days must be less than or equal to max_retention_days."
0 commit comments