dualstack lb

This commit is contained in:
xss 2023-08-04 17:47:08 +10:00
parent 583066081b
commit 3174d3d123

2
lb.tf
View File

@ -8,6 +8,8 @@ resource "aws_lb" "ws" {
enable_deletion_protection = true
ip_address_type = "dualstack"
}
resource "aws_security_group" "lb" {