diff --git a/formatted.pkr.hcl b/formatted.pkr.hcl deleted file mode 100644 index 88fdacc74..000000000 --- a/formatted.pkr.hcl +++ /dev/null @@ -1,39 +0,0 @@ -source "amazon-ebs" "example" { - communicator = "none" - source_ami = "potato" - ami_name = "potato" - instance_type = "potato" -} - -build { - name = "my-provisioners-are-cooler" - sources = ["source.amazon-ebs.example"] - - provisioner "comment-that-works" { - - } -} - -packer { - required_plugins { - comment = { - source = "sylviamoss/comment" - version = "v0.2.15" - } - comment-that-works = { - source = "sylviamoss/comment" - version = "v0.2.19" - } - } -} - -build { - sources = ["source.amazon-ebs.example"] - - provisioner "comment-my-provisioner" { - - } - provisioner "shell-local" { - inline = ["yo"] - } -}