Infra: AWS self termination
[csit.git] / fdio.infra.terraform / 2n_aws_c5n / deploy / variables.tf
index 429c504..9fa5a4d 100644 (file)
@@ -17,6 +17,12 @@ variable "testbed_name" {
   type = string
 }
 
+variable "instance_initiated_shutdown_behavior" {
+  description = "Shutdown behavior for the instance"
+  type        = string
+  default     = "terminate"
+}
+
 variable "instance_type" {
   description = "AWS instance type"
   type = string