Skip to content

Commit

Permalink
Merge pull request hashicorp#38491 from honeyyadav/d-aws_launch_templ…
Browse files Browse the repository at this point in the history
…ate-ec2_stop_protection_link

Broken link fix: For EC2 stop protection
  • Loading branch information
jar-b authored Jul 23, 2024
2 parents 257808e + 97e0d1c commit a83c617
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 @@ -119,9 +119,9 @@ This resource supports the following arguments:
Specification](#credit-specification) below for more details.
* `default_version` - (Optional) Default Version of the launch template.
* `description` - (Optional) Description of the launch template.
* `disable_api_stop` - (Optional) If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection).
* `disable_api_stop` - (Optional) If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).
* `disable_api_termination` - (Optional) If `true`, enables [EC2 Instance
Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination)
Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)
* `ebs_optimized` - (Optional) If `true`, the launched EC2 instance will be EBS-optimized.
* `elastic_gpu_specifications` - (Optional) The elastic GPU to attach to the instance. See [Elastic GPU](#elastic-gpu)
below for more details.
Expand Down

0 comments on commit a83c617

Please sign in to comment.