mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
docs: Use IRSA for Node Termination Handler IAM policy attachement in Instance Refresh example (#1373)
This commit is contained in:
@@ -25,10 +25,10 @@ output "region" {
|
||||
|
||||
output "sqs_queue_asg_notification_arn" {
|
||||
description = "SQS queue ASG notification ARN"
|
||||
value = module.node_term_sqs.sqs_queue_arn
|
||||
value = module.aws_node_termination_handler_sqs.sqs_queue_arn
|
||||
}
|
||||
|
||||
output "sqs_queue_asg_notification_url" {
|
||||
description = "SQS queue ASG notification URL"
|
||||
value = module.node_term_sqs.sqs_queue_id
|
||||
value = module.aws_node_termination_handler_sqs.sqs_queue_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user