Delete formatted.pkr.hcl (#10775)
This commit is contained in:
parent
d0737dcd17
commit
3e8641e30e
|
@ -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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue