Skip to content

Commit 15fa442

Browse files
author
Steven Nemetz
committed
Remove sg since not supported by network
1 parent 656f94e commit 15fa442

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ resource "aws_lb" "this" {
6262
#enable_deletion_protection = "${}"
6363
idle_timeout = "${var.idle_timeout}"
6464
#ip_address_type = "${}"
65-
security_groups = ["${var.security_groups}"]
65+
# TODO: not supported for `network`
66+
#security_groups = ["${var.security_groups}"]
6667
subnets = ["${var.subnets}"]
6768
tags = "${module.label.tags}"
68-
/*
69+
/* Not supported for `network`
6970
access_logs {
7071
bucket = "${var.log_bucket_name}"
7172
prefix = "${var.log_location_prefix}"

0 commit comments

Comments
 (0)