We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aa7e82 + 64bfddd commit 50141fdCopy full SHA for 50141fd
.version
@@ -1 +1 @@
1
-1.3.1
+1.3.2
locals.tf
@@ -25,7 +25,7 @@ locals {
25
},
26
{
27
name = "/${var.namespace}/${var.environment}/alb/${module.alb.alb_name}/health_check_fqdn"
28
- value = module.health_check.route_53_fqdn
+ value = join(", ",module.health_check.route_53_fqdn)
29
description = "ALB Health Check FQDN."
30
type = "String"
31
0 commit comments