From ce6037cca887ce80458cc5392f5fe4c829f17ade Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 May 2013 14:16:39 -0700 Subject: [PATCH] builder/amazonebs: Doc for the package --- builder/amazonebs/builder.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builder/amazonebs/builder.go b/builder/amazonebs/builder.go index 330589c7d..c89d906a8 100644 --- a/builder/amazonebs/builder.go +++ b/builder/amazonebs/builder.go @@ -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 (