Skip to content

Commit

Permalink
fix: shutdown behavior for the instance defaults to STOP (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1manshu98 authored Jan 26, 2024
1 parent 19037f3 commit 837864c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ variable "disable_api_termination" {
}

variable "instance_initiated_shutdown_behavior" {
type = string
default = "terminate"
type = string
default = "stop"
description = "(Optional) Shutdown behavior for the instance. Amazon defaults this to `stop` for EBS-backed instances and `terminate` for instance-store instances. Cannot be set on instance-store instances. See Shutdown Behavior for more information."
}

variable "placement_group" {
Expand Down

0 comments on commit 837864c

Please sign in to comment.