Skip to content

Commit

Permalink
Merge pull request #13546 from terraform-providers/ap_launch_template…
Browse files Browse the repository at this point in the history
…_docs

resource/launch_template: document default value for delete on termination
  • Loading branch information
anGie44 authored Jun 2, 2020
2 parents 496bd91 + 6b6ce4a commit 4f2133b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/launch_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Each `block_device_mappings` supports the following:

The `ebs` block supports the following:

* `delete_on_termination` - Whether the volume should be destroyed on instance termination (Default: `false`). See [Preserving Amazon EBS Volumes on Instance Termination](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#preserving-volumes-on-termination) for more information.
* `delete_on_termination` - Whether the volume should be destroyed on instance termination. Defaults to `false` if not set. See [Preserving Amazon EBS Volumes on Instance Termination](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#preserving-volumes-on-termination) for more information.
* `encrypted` - Enables [EBS encryption](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html)
on the volume (Default: `false`). Cannot be used with `snapshot_id`.
* `iops` - The amount of provisioned
Expand Down Expand Up @@ -288,7 +288,7 @@ Check limitations for autoscaling group in [Creating an Auto Scaling Group Using
Each `network_interfaces` block supports the following:

* `associate_public_ip_address` - Associate a public ip address with the network interface. Boolean value.
* `delete_on_termination` - Whether the network interface should be destroyed on instance termination.
* `delete_on_termination` - Whether the network interface should be destroyed on instance termination. Defaults to `false` if not set.
* `description` - Description of the network interface.
* `device_index` - The integer index of the network interface attachment.
* `ipv6_addresses` - One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. Conflicts with `ipv6_address_count`
Expand Down

0 comments on commit 4f2133b

Please sign in to comment.