feat: Made it clear that we stand with Ukraine

This commit is contained in:
Anton Babenko
2022-03-12 11:10:02 +01:00
parent 6fe818d0a3
commit fad350d5bf
3 changed files with 29 additions and 9 deletions

View File

@@ -422,3 +422,9 @@ variable "eks_managed_node_group_defaults" {
type = any
default = {}
}
variable "putin_khuylo" {
description = "Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!"
type = bool
default = true
}