mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-22 16:48:26 +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:
10
outputs.tf
10
outputs.tf
@@ -153,16 +153,6 @@ output "worker_iam_role_arn" {
|
||||
)[0]
|
||||
}
|
||||
|
||||
output "worker_autoscaling_policy_name" {
|
||||
description = "Name of the worker autoscaling IAM policy if `manage_worker_autoscaling_policy = true`"
|
||||
value = concat(aws_iam_policy.worker_autoscaling[*].name, [""])[0]
|
||||
}
|
||||
|
||||
output "worker_autoscaling_policy_arn" {
|
||||
description = "ARN of the worker autoscaling IAM policy if `manage_worker_autoscaling_policy = true`"
|
||||
value = concat(aws_iam_policy.worker_autoscaling[*].arn, [""])[0]
|
||||
}
|
||||
|
||||
output "node_groups" {
|
||||
description = "Outputs from EKS node groups. Map of maps, keyed by var.node_groups keys"
|
||||
value = module.node_groups.node_groups
|
||||
|
||||
Reference in New Issue
Block a user