Skip to content

Commit

Permalink
Update build.pkr.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 16, 2024
1 parent 81abbac commit 39eda40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data amazon-parameterstore playbook {
}

data amazon-parameterstore source_image {
name = "/image-pipeline/${var.project_name}/source_ami"
name = "/image-pipeline/${var.project_name}/source_image"
}

data amazon-parameterstore image_tag {
Expand Down Expand Up @@ -87,4 +87,4 @@ build {
// login_password = data.amazon-secretsmanager.aws_secret_key.secret_string
login_server = "${local.aws_account_id}.dkr.ecr.${local.aws_region}.amazonaws.com"
}
}
}

0 comments on commit 39eda40

Please sign in to comment.