Description
The ALB Terraform module explicitly configures enable_deletion_protection, but the Terraform test suite does not currently validate this setting.
Expected Behavior
Add a Terraform test that verifies the configured deletion protection value and prevents accidental configuration drift.
Additional Context
The ALB configuration currently sets enable_deletion_protection, but the test suite does not verify its value.
Description
The ALB Terraform module explicitly configures
enable_deletion_protection, but the Terraform test suite does not currently validate this setting.Expected Behavior
Add a Terraform test that verifies the configured deletion protection value and prevents accidental configuration drift.
Additional Context
The ALB configuration currently sets enable_deletion_protection, but the test suite does not verify its value.