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.
1 parent 885dfea commit c410da3Copy full SHA for c410da3
_outputs.tf
@@ -59,6 +59,5 @@ output "ecs_nodes_secgrp_id" {
59
}
60
61
output "alb_cloudfront_key" {
62
- count = "${var.alb && !var.alb-only ? 1 : 0}"
63
value = "${random_string.alb_cloudfront_key.result}"
64
waf.tf
@@ -42,7 +42,6 @@ resource "aws_wafregional_rule" "alb_header" {
42
43
44
resource "random_string" "alb_cloudfront_key" {
45
46
length = 50
47
special = false
48
0 commit comments