aws_load_balancer_controller arn #342
Unanswered
arifkmohammed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Am using the module source github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons and enabling creation of the aws_load_balancer_controller by setting the value enable_aws_load_balancer_controller = true . How do i get the output of the arn of the aws_load_balancer_controller that is created .
will this below output map provide/contains the arn of the alb that is created
output "aws_load_balancer_controller" {
description = "AWS Load Balancer Arn"
value = module.eks_addons.aws_load_balancer_controller
}
Beta Was this translation helpful? Give feedback.
All reactions