Update packer-plugin-sdk/acctest/provisioneracc/provisioners.go
Co-authored-by: Sylvia Moss <moss@hashicorp.com>
This commit is contained in:
parent
3c346867f4
commit
2797c686e0
|
@ -282,7 +282,7 @@ func writeJsonTemplate(out *bytes.Buffer, filePath string, t *testing.T) {
|
||||||
|
|
||||||
// BuilderAcceptance is specialized tooling implemented by individual builders
|
// BuilderAcceptance is specialized tooling implemented by individual builders
|
||||||
// To add your builder to the provisioner testing framework, create a struct
|
// To add your builder to the provisioner testing framework, create a struct
|
||||||
// that implements the this interface, add it to the BuildersAccTest map below.
|
// that implements this interface, add it to the BuildersAccTest map below.
|
||||||
// TODO add this interface to the plugin server so that Packer can request it
|
// TODO add this interface to the plugin server so that Packer can request it
|
||||||
// From the plugin rather than importing it here.
|
// From the plugin rather than importing it here.
|
||||||
type BuilderAcceptance interface {
|
type BuilderAcceptance interface {
|
||||||
|
|
Loading…
Reference in New Issue