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
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."
24
+
}
25
+
}
19
26
}
20
27
21
28
# AWS Backup plan
@@ -133,4 +140,13 @@ locals {
133
140
)
134
141
])
135
142
])
143
+
144
+
# Check retention days - handling null values properly
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