Skip to content

Commit 57468fd

Browse files
authored
chore: Fixed example vpc-link-http to be able to delete ALB (#99)
1 parent 801edb6 commit 57468fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/vpc-link-http/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ module "alb" {
117117
vpc_id = module.vpc.vpc_id
118118
subnets = module.vpc.public_subnets
119119

120+
enable_deletion_protection = false
121+
120122
security_group_ingress_rules = {
121123
all_http = {
122124
from_port = 80

0 commit comments

Comments
 (0)