Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SammySteiner committed Jan 18, 2024
1 parent 2e57558 commit 02a3c54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions infra/app/service/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ output "application_log_stream_prefix" {
output "migrator_role_arn" {
value = module.service.migrator_role_arn
}

output "is_temporary" {
value = local.is_temporary
}
3 changes: 0 additions & 3 deletions infra/modules/service/load-balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ resource "aws_lb" "alb" {
# checkov:skip=CKV_AWS_150:Allow deletion for automated tests
enable_deletion_protection = !var.is_temporary


# !startswith(terraform.workspace, "t-") && !startswith()

# TODO(https://github.com/navapbc/template-infra/issues/163) Implement HTTPS
# checkov:skip=CKV2_AWS_20:Redirect HTTP to HTTPS as part of implementing HTTPS support

Expand Down

0 comments on commit 02a3c54

Please sign in to comment.