Skip to content

Commit c410da3

Browse files
committed
reverting the cf key
1 parent 885dfea commit c410da3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ output "ecs_nodes_secgrp_id" {
5959
}
6060

6161
output "alb_cloudfront_key" {
62-
count = "${var.alb && !var.alb-only ? 1 : 0}"
6362
value = "${random_string.alb_cloudfront_key.result}"
6463
}

waf.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ resource "aws_wafregional_rule" "alb_header" {
4242
}
4343

4444
resource "random_string" "alb_cloudfront_key" {
45-
count = "${var.alb && !var.alb-only ? 1 : 0}"
4645
length = 50
4746
special = false
4847
}

0 commit comments

Comments
 (0)