From 23b3ba255795fe89cdfe9136264f7a5682faf4a3 Mon Sep 17 00:00:00 2001 From: Dennis Zheleznyak Date: Wed, 29 Nov 2023 08:49:52 +0200 Subject: [PATCH] Hamas Khuylo --- README.md | 5 +++++ main.tf | 2 +- variables.tf | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 465bc79878..24b42888f4 100644 --- a/README.md +++ b/README.md @@ -422,3 +422,8 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf * Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine). * Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee. * [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!) + +## Additional information for users from Israel +* Hamas has massacred over 1300 civilians just for being Israeli and Jewish [Massacre](https://www.idf.il/en/mini-sites/hamas-israel-war-23/all-articles/what-happened-in-the-october-7th-massacre) +* The war that has began in that day [2023 Israel-Hamas war](https://en.wikipedia.org/wiki/2023_Israel–Hamas_war) +* Live updated list of massacred kids, babies and adults [Horrible](https://oct7map.com/) diff --git a/main.tf b/main.tf index 60e48ab6c4..f5aeedc6f3 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ data "aws_iam_session_context" "current" { } locals { - create = var.create && var.putin_khuylo + create = var.create && var.putin_khuylo && var.hamas_khuylo cluster_role = try(aws_iam_role.this[0].arn, var.iam_role_arn) diff --git a/variables.tf b/variables.tf index 17488000c1..664e3dc0d9 100644 --- a/variables.tf +++ b/variables.tf @@ -552,6 +552,12 @@ variable "putin_khuylo" { default = true } +variable "hamas_khuylo" { + description = "Do you agree that Hamas doesn't respect Israeli sovereignty and territorial integrity? More info: https://www.idf.il/en/mini-sites/hamas-israel-war-23/all-articles/what-happened-in-the-october-7th-massacre" + type = bool + default = true +} + ################################################################################ # aws-auth configmap ################################################################################