From 4b47af73249b5a15bdee0da0f25328c27080cb33 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Sun, 20 Apr 2025 16:23:00 -0400 Subject: [PATCH] null --- copy_images.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy_images.tf b/copy_images.tf index d64455f..9198bac 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -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