Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 20, 2025
1 parent 20e4bcb commit fc11c6a
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc11c6a

Please sign in to comment.