mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-17 06:19:38 +02:00
Remove of autoscaling IAM policy related stuff (#716)
* Disable management of autoscaling IAM policy by default * remove completely * update changelog notes * fix pre-commit stuff * misc updates * fmt * fix changelog * Removal of tags and update docs * Change after updating terraform-docs * Add second tag
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -264,18 +264,6 @@ variable "workers_role_name" {
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "manage_worker_autoscaling_policy" {
|
||||
description = "Whether to let the module manage the cluster autoscaling iam policy."
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "attach_worker_autoscaling_policy" {
|
||||
description = "Whether to attach the module managed cluster autoscaling iam policy to the default worker IAM role. This requires `manage_worker_autoscaling_policy = true`"
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "attach_worker_cni_policy" {
|
||||
description = "Whether to attach the Amazon managed `AmazonEKS_CNI_Policy` IAM policy to the default worker IAM role. WARNING: If set `false` the permissions must be assigned to the `aws-node` DaemonSet pods via another method or nodes will not be able to join the cluster."
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user