Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Mar 29, 2024
1 parent 416a422 commit 09a331a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/tig_ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ resource aws_ecr_repository "lambda-image-repo" {
}

resource "null_resource" "upload_ecr_image" {
depends_on = [random_integer.ecr_login_trigger]


triggers = {
always_run = timestamp()
}
Expand Down

0 comments on commit 09a331a

Please sign in to comment.