diff --git a/copy_images.tf b/copy_images.tf index 411dc4f..84a61ab 100644 --- a/copy_images.tf +++ b/copy_images.tf @@ -20,17 +20,13 @@ locals { destination_password = data.aws_ecr_authorization_token.token.password }, { - enabled = true - dest_path = null - name = "bitnami/postgresql" - source_image = "bitnami/postgresql" - 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 - destination_username = data.aws_ecr_authorization_token.token.user_name - destination_password = data.aws_ecr_authorization_token.token.password + enabled = true + dest_path = null + name = "bitnami/postgresql" + source_image = "bitnami/postgresql" + source_registry = "public.ecr.aws" + source_tag = var.postgresql_tag + tag = var.postgresql_tag }, { enabled = true