Merge pull request #8272 from hashicorp/fix_8270
fix transcription error from when we moved to generated docs
This commit is contained in:
commit
3abc96c140
|
@ -23,10 +23,9 @@ type AMIConfig struct {
|
|||
// engine, see Build template
|
||||
// data for more information.
|
||||
AMIDescription string `mapstructure:"ami_description" required:"false"`
|
||||
// The description to set for the resulting AMI(s). By default this
|
||||
// description is empty. This is a [template
|
||||
// engine](../templates/engine.html), see [Build template
|
||||
// data](#build-template-data) for more information.
|
||||
// The type of virtualization for the AMI
|
||||
// you are building. This option is required to register HVM images. Can be
|
||||
// paravirtual (default) or hvm.
|
||||
AMIVirtType string `mapstructure:"ami_virtualization_type" required:"false"`
|
||||
// A list of account IDs that have access to
|
||||
// launch the resulting AMI(s). By default no additional users other than the
|
||||
|
|
|
@ -5,10 +5,9 @@
|
|||
engine, see Build template
|
||||
data for more information.
|
||||
|
||||
- `ami_virtualization_type` (string) - The description to set for the resulting AMI(s). By default this
|
||||
description is empty. This is a [template
|
||||
engine](../templates/engine.html), see [Build template
|
||||
data](#build-template-data) for more information.
|
||||
- `ami_virtualization_type` (string) - The type of virtualization for the AMI
|
||||
you are building. This option is required to register HVM images. Can be
|
||||
paravirtual (default) or hvm.
|
||||
|
||||
- `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
|
||||
|
|
Loading…
Reference in New Issue