Skip to content

Commit

Permalink
removed credential file
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthnvd committed Feb 21, 2024
1 parent 692ff5f commit c4a0d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packer/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ source "googlecompute" "centos" {
build {
name = "centos-stream-8-packer-build"
source "source.googlecompute.centos" {
name = "central-build"
credentials_file = var.credentials_file
name = "central-build"
}
provisioner "file" {
source = "../../webapp"
Expand Down

0 comments on commit c4a0d02

Please sign in to comment.