Delete 10_nlb_internal.tf

This commit is contained in:
jaehee-jung
2022-11-08 12:15:38 +09:00
committed by GitHub
parent 4f3df8d1ca
commit 85b8df61fb

View File

@@ -1,19 +0,0 @@
resource "aws_alb" "nlb-prod-kr-ingress" {
name = "nlb-prod-kr-ingress"
internal = false
load_balancer_type = "network"
subnet_mapping {
subnet_id = aws_subnet.sbn-prod-dmz-a.id
}
subnet_mapping {
subnet_id = aws_subnet.sbn-prod-dmz-b.id
}
subnet_mapping {
subnet_id = aws_subnet.sbn-prod-dmz-c.id
}
enable_deletion_protection = true
tags = {
Environment = "nlb-prod-kr-ingress"
}
}