X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F3n_aws_c5n%2Fdeploy%2Fvariables.tf;h=f7f3e6189c5159196e7cd40762249ba8bc4f4174;hp=97e986bb2f5cfb3563d5edf9ce52b84b9e6c31e6;hb=44784f12e7a1cfe42927bd301b90015ffa72b7d7;hpb=6de5c7fc4524c5121ed00dc2fa3ab34301d45215 diff --git a/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf b/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf index 97e986bb2f..f7f3e6189c 100644 --- a/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf +++ b/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf @@ -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