Merge pull request #8272 from hashicorp/fix_8270

fix transcription error from when we moved to generated docs
This commit is contained in:
Megan Marsh 2019-10-24 11:47:41 -07:00 committed by GitHub
commit 3abc96c140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -23,10 +23,9 @@ type AMIConfig struct {
// engine, see Build template // engine, see Build template
// data for more information. // data for more information.
AMIDescription string `mapstructure:"ami_description" required:"false"` AMIDescription string `mapstructure:"ami_description" required:"false"`
// The description to set for the resulting AMI(s). By default this // The type of virtualization for the AMI
// description is empty. This is a [template // you are building. This option is required to register HVM images. Can be
// engine](../templates/engine.html), see [Build template // paravirtual (default) or hvm.
// data](#build-template-data) for more information.
AMIVirtType string `mapstructure:"ami_virtualization_type" required:"false"` AMIVirtType string `mapstructure:"ami_virtualization_type" required:"false"`
// A list of account IDs that have access to // A list of account IDs that have access to
// launch the resulting AMI(s). By default no additional users other than the // launch the resulting AMI(s). By default no additional users other than the

View File

@ -5,10 +5,9 @@
engine, see Build template engine, see Build template
data for more information. data for more information.
- `ami_virtualization_type` (string) - The description to set for the resulting AMI(s). By default this - `ami_virtualization_type` (string) - The type of virtualization for the AMI
description is empty. This is a [template you are building. This option is required to register HVM images. Can be
engine](../templates/engine.html), see [Build template paravirtual (default) or hvm.
data](#build-template-data) for more information.
- `ami_users` ([]string) - A list of account IDs that have access to - `ami_users` ([]string) - A list of account IDs that have access to
launch the resulting AMI(s). By default no additional users other than the launch the resulting AMI(s). By default no additional users other than the