document force_deregister
This commit is contained in:
parent
bec59b535d
commit
c3e79c62b9
|
@ -124,6 +124,9 @@ each category, the available configuration keys are alphabetized.
|
||||||
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
||||||
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
||||||
|
|
||||||
|
* `force_deregister` (boolean) – Force Packer to first deregister an existing
|
||||||
|
AMI if one with the same name already exists. Default `false`.
|
||||||
|
|
||||||
* `mount_path` (string) - The path where the volume will be mounted. This is
|
* `mount_path` (string) - The path where the volume will be mounted. This is
|
||||||
where the chroot environment will be. This defaults to
|
where the chroot environment will be. This defaults to
|
||||||
`packer-amazon-chroot-volumes/{{.Device}}`. This is a configuration
|
`packer-amazon-chroot-volumes/{{.Device}}`. This is a configuration
|
||||||
|
|
|
@ -96,6 +96,9 @@ each category, the available configuration keys are alphabetized.
|
||||||
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
||||||
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
||||||
|
|
||||||
|
* `force_deregister` (boolean) – Force Packer to first deregister an existing
|
||||||
|
AMI if one with the same name already exists. Default `false`.
|
||||||
|
|
||||||
* `iam_instance_profile` (string) - The name of an
|
* `iam_instance_profile` (string) - The name of an
|
||||||
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
to launch the EC2 instance with.
|
to launch the EC2 instance with.
|
||||||
|
|
|
@ -136,6 +136,9 @@ each category, the available configuration keys are alphabetized.
|
||||||
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
* `enhanced_networking` (boolean) - Enable enhanced networking (SriovNetSupport) on
|
||||||
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
HVM-compatible AMIs. If true, add `ec2:ModifyInstanceAttribute` to your AWS IAM policy.
|
||||||
|
|
||||||
|
* `force_deregister` (boolean) – Force Packer to first deregister an existing
|
||||||
|
AMI if one with the same name already exists. Default `false`.
|
||||||
|
|
||||||
* `iam_instance_profile` (string) - The name of an
|
* `iam_instance_profile` (string) - The name of an
|
||||||
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
[IAM instance profile](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html)
|
||||||
to launch the EC2 instance with.
|
to launch the EC2 instance with.
|
||||||
|
|
Loading…
Reference in New Issue