github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl2_upgrade/bundled-plugin-used/expected.pkr.hcl (about) 1 packer { 2 required_plugins { 3 amazon = { 4 source = "github.com/hashicorp/amazon" 5 version = "~> 1" 6 } 7 ansible = { 8 source = "github.com/hashicorp/ansible" 9 version = "~> 1" 10 } 11 googlecompute = { 12 source = "github.com/hashicorp/googlecompute" 13 version = "~> 1" 14 } 15 } 16 } 17 18 source "amazon-ebs" "autogenerated_1" { 19 } 20 21 build { 22 sources = ["source.amazon-ebs.autogenerated_1"] 23 24 provisioner "ansible-local" { 25 } 26 27 post-processor "googlecompute-import" { 28 } 29 }