variable "${listener_arn}" {
type = "string"
}
data "aws_alb_listener" "listener" {
arn = "\${var.${listener_arn}}"
}
aws_alb_listener
Shortcut: tf_aws_alb_listener
0 Comments
Add Comment
Log in to add a comment
variable "${listener_arn}" {
type = "string"
}
data "aws_alb_listener" "listener" {
arn = "\${var.${listener_arn}}"
}
aws_alb_listener
Shortcut: tf_aws_alb_listener
Log in to add a comment