Update VPP_STABLE_VER files
[csit.git] / fdio.infra.terraform / 3n_aws_c5n / variables.tf
index c5c74f6..0d11014 100644 (file)
@@ -18,6 +18,12 @@ variable "ami_image" {
   default = "ami-0a875db8a031a9efb"
 }
 
+variable "instance_initiated_shutdown_behavior" {
+  description = "Shutdown behavior for the instance"
+  type        = string
+  default     = "terminate"
+}
+
 variable "instance_type" {
   description = "AWS instance type"
   type = string