Skip to content

Commit

Permalink
fix acceptance test template
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish-patel committed Jan 24, 2024
1 parent 693ba79 commit 16bebe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "file" "test" {

build {
hcp_packer_registry {
bucket_name = "simple"
bucket_name = "simple-deprecated"
}
sources = ["source.file.test"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ source "null" "example" {
}

data "hcp-packer-iteration" "hardened-source" {
bucket_name = "simple"
bucket_name = "simple-deprecated"
channel = "latest"
}

data "hcp-packer-image" "file" {
bucket_name = "simple"
bucket_name = "simple-deprecated"
iteration_id = "${data.hcp-packer-iteration.hardened-source.id}"
cloud_provider = "packer.file"
region = %q
Expand Down

0 comments on commit 16bebe2

Please sign in to comment.