Infra: AWS self termination
[csit.git] / fdio.infra.terraform / 3n_aws_c5n / deploy / variables.tf
index 5dbc481..f7f3e61 100644 (file)
@@ -3,6 +3,10 @@ variable "region" {
   type = string
 }
 
+variable "vault-name" {
+    default   = "dynamic-aws-creds-vault-admin"
+}
+
 variable "ami_image" {
   description = "AWS AMI image name"
   type = string
@@ -13,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