-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOM-51856] - costs update lifecycle #164
Conversation
Validated with eks with long term storage jdbudget28539 and dev-v2 no long term storage jdbudget27853 |
@@ -67,7 +67,7 @@ variable "storage" { | |||
force_destroy_on_deletion = optional(bool) | |||
})) | |||
enable_remote_backup = optional(bool) | |||
costs_enabled = optional(bool, true) | |||
costs_enabled = optional(bool) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we removing the default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved the default to a higher level modules/infra/variables.tf
Customers who are not interested in extensive kubecost but using long-term storage will have a lot of cost data to the costs bucket anyway, while only the last 15 days of data will be actionable!
Add default lifecycle to limit long-term storage to 15 days.
Jira
https://dominodatalab.atlassian.net/browse/DOM-51856