builder/amazonebs: Doc for the package
This commit is contained in:
parent
fad5233868
commit
ce6037cca8
|
@ -1,3 +1,8 @@
|
|||
// The amazonebs package contains a packer.Builder implementation that
|
||||
// builds AMIs for Amazon EC2.
|
||||
//
|
||||
// In general, there are two types of AMIs that can be created: ebs-backed or
|
||||
// instance-store. This builder _only_ builds ebs-backed images.
|
||||
package amazonebs
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue