Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 20, 2025
1 parent a8fa591 commit a209441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a209441

Please sign in to comment.