Skip to content

Commit d0431b6

Browse files
committed
terraform fmt
1 parent 11e2b6c commit d0431b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "aws_ami" "amzn" {
1818

1919
data "aws_subnet" "private_subnets" {
2020
count = length(var.private_subnet_ids)
21-
id = var.private_subnet_ids[count.index]
21+
id = var.private_subnet_ids[count.index]
2222
}
2323

2424
data "aws_caller_identity" "current" {}

_variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ variable "alb_http_listener" {
8282
}
8383

8484
variable "alb_sg_allow_test_listener" {
85-
default = true
85+
default = true
8686
description = "Whether to allow world access to the test listeners"
8787
}
8888

0 commit comments

Comments
 (0)