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 11e2b6c commit d0431b6Copy full SHA for d0431b6
_data.tf
@@ -18,7 +18,7 @@ data "aws_ami" "amzn" {
18
19
data "aws_subnet" "private_subnets" {
20
count = length(var.private_subnet_ids)
21
- id = var.private_subnet_ids[count.index]
+ id = var.private_subnet_ids[count.index]
22
}
23
24
data "aws_caller_identity" "current" {}
_variables.tf
@@ -82,7 +82,7 @@ variable "alb_http_listener" {
82
83
84
variable "alb_sg_allow_test_listener" {
85
- default = true
+ default = true
86
description = "Whether to allow world access to the test listeners"
87
88
0 commit comments