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 656f94e commit 15fa442Copy full SHA for 15fa442
main.tf
@@ -62,10 +62,11 @@ resource "aws_lb" "this" {
62
#enable_deletion_protection = "${}"
63
idle_timeout = "${var.idle_timeout}"
64
#ip_address_type = "${}"
65
- security_groups = ["${var.security_groups}"]
+ # TODO: not supported for `network`
66
+ #security_groups = ["${var.security_groups}"]
67
subnets = ["${var.subnets}"]
68
tags = "${module.label.tags}"
- /*
69
+ /* Not supported for `network`
70
access_logs {
71
bucket = "${var.log_bucket_name}"
72
prefix = "${var.log_location_prefix}"
0 commit comments