Skip to content

Commit 0a2271a

Browse files
Merge pull request companieshouse#185 from companieshouse/chore/DVOP-3258/enable_lb_deletion_protection
Enable ELB deletion protection
2 parents 74eaf80 + 9bda96d commit 0a2271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groups/frontend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variable "instance_type" {
5757
variable "lb_deletion_protection" {
5858
type = bool
5959
description = "A boolean value representing whether to enable load balancer deletion protection"
60-
default = false
60+
default = true
6161
}
6262

6363
variable "lvm_block_devices" {

0 commit comments

Comments
 (0)