fix ebs volume tags doc field

Co-Authored-By: Megan Marsh <swampdragons@users.noreply.github.com>
This commit is contained in:
Adrien Delorme 2019-08-27 09:21:29 +02:00
parent 75f31b8fac
commit 239f97471c
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ import (
type BlockDevice struct {
awscommon.BlockDevice `mapstructure:",squash"`
// Tags applied to the AMI. This is a
// template engine, see Build template
// data for more information.
// Tags to apply to the volume. These are retained after the builder
// completes. This is a [template engine](/docs/templates/engine.html), see
// [Build template data](#build-template-data) for more information.
Tags awscommon.TagMap `mapstructure:"tags" required:"false"`
}