Skip to content

Commit

Permalink
.review_apps: address Checkov findings
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-Hunt committed Feb 11, 2025
1 parent b399441 commit fdf6be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .review_apps/ecs_service.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resource "aws_ecs_service" "app" {
#checkov:skip=CKV_AWS_332:We don't want to target "LATEST" and get a surprise when a new version is released.
name = "forms-admin-pr-${var.pull_request_number}"

cluster = data.terraform_remote_state.review.outputs.ecs_cluster_id
Expand Down

0 comments on commit fdf6be0

Please sign in to comment.