builder/amazonebs: Doc for the package

This commit is contained in:
Mitchell Hashimoto 2013-05-09 14:16:39 -07:00
parent fad5233868
commit ce6037cca8
1 changed files with 5 additions and 0 deletions

View File

@ -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 (