[Feedback] A variable has been introduced (without notice?) that requires political consideration by users

1 min read Original article ↗

Description

variable introduced and defaulted to true, see location

At the very least, this opts the user into a political view which they may not have considered. On the other hand, conscious choice by the user requires them to make a decision that involves a political opinion, which, imho, is in no way related to the technical usage of the module

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
}

Perhaps, this is a violation of the code of conduct adopted by the project.

  • ✋ I have searched the open/closed issues and my issue is not listed.