From e714dc363d23a64c296f746e034a9311c3915cf7 Mon Sep 17 00:00:00 2001 From: Januda Bethmin Date: Mon, 4 Nov 2024 12:18:22 +0530 Subject: [PATCH] Removed an unnecessary variable --- variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/variables.tf b/variables.tf index 92feec90..499fdb7c 100644 --- a/variables.tf +++ b/variables.tf @@ -315,9 +315,3 @@ variable "object_ownership" { type = string default = "BucketOwnerEnforced" } - -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 -}