diff --git a/copy_images.tf b/copy_images.tf index 21a6668..d64455f 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -27,7 +27,7 @@ locals { 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.passwordgst + source_password = data.aws_ecr_authorization_token.token.password }, { enabled = true