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
|
// 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue