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 3f68703 commit 6e4639aCopy full SHA for 6e4639a
operations/deployment/terraform/modules/04_elb.tf
@@ -3,7 +3,7 @@ resource "aws_elb" "vm" {
3
subnets = var.create_vpc == "true" ? aws_subnet.public.*.id : null
4
availability_zones = var.create_vpc == "true" ? null : [aws_instance.server.availability_zone]
5
6
- security_groups = [aws_security_group.allow_http.id, aws_security_group.allow_https.id]
+ security_groups = [aws_security_group.ec2_security_group.id]
7
8
listener {
9
instance_port = 443
0 commit comments