Add documentation for shutdown_behaviour option
This commit is contained in:
parent
a9f914ea97
commit
3cf2d1e356
|
@ -219,6 +219,10 @@ builder.
|
||||||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||||
password for Windows instances. Defaults to 20 minutes. Example value: "10m"
|
password for Windows instances. Defaults to 20 minutes. Example value: "10m"
|
||||||
|
|
||||||
|
- `shutdown_behaviour` (string) - Automatically terminate instances on shutdown
|
||||||
|
incase packer exits ungracefully. Possible values are "stop" and "terminate",
|
||||||
|
default is stop.
|
||||||
|
|
||||||
## Basic Example
|
## Basic Example
|
||||||
|
|
||||||
Here is a basic example. You will need to provide access keys, and may need to change the AMI IDs according to what images exist at the time the template is run:
|
Here is a basic example. You will need to provide access keys, and may need to change the AMI IDs according to what images exist at the time the template is run:
|
||||||
|
|
|
@ -244,6 +244,10 @@ builder.
|
||||||
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
- `windows_password_timeout` (string) - The timeout for waiting for a Windows
|
||||||
password for Windows instances. Defaults to 20 minutes. Example value: "10m"
|
password for Windows instances. Defaults to 20 minutes. Example value: "10m"
|
||||||
|
|
||||||
|
- `shutdown_behaviour` (string) - Automatically terminate instances on shutdown
|
||||||
|
incase packer exits ungracefully. Possible values are "stop" and "terminate",
|
||||||
|
default is stop.
|
||||||
|
|
||||||
## Basic Example
|
## Basic Example
|
||||||
|
|
||||||
Here is a basic example. It is completely valid except for the access keys:
|
Here is a basic example. It is completely valid except for the access keys:
|
||||||
|
|
Loading…
Reference in New Issue