Skip to content

Commit

Permalink
Enable ALB delete protection (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskushwaha1 authored Feb 1, 2024
1 parent 90983ca commit 9f83cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/terraform/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "aws_lb" "frontend_alb" {
aws_s3_bucket_policy.allow_access_alb
]

enable_deletion_protection = false
enable_deletion_protection = true

dynamic "access_logs" {
for_each = var.environment == "production" ? [1] : []
Expand Down

0 comments on commit 9f83cb8

Please sign in to comment.