Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 20, 2025
1 parent 7c03991 commit 4b47af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ locals {
source_registry = "public.ecr.aws"
source_tag = var.postgresql_tag
tag = var.postgresql_tag
source_username = data.aws_ecr_authorization_token.token.user_name
source_password = data.aws_ecr_authorization_token.token.password
source_username = null
source_password = null
},
{
enabled = true
Expand Down

0 comments on commit 4b47af7

Please sign in to comment.