fix(terraform): AWS
[csit.git] / fdio.infra.terraform / terraform-aws-1n-aws-c5n / variables.tf
index 181eed6..f560b8f 100644 (file)
@@ -1,5 +1,5 @@
 variable "vault-name" {
-  default = "dynamic-aws-creds-vault-fdio"
+  default = "dynamic-aws-creds-vault-fdio-csit-jenkins"
 }
 
 variable "region" {
@@ -24,19 +24,7 @@ variable "testbed_name" {
 variable "private_key_algorithm" {
   description = "The name of the algorithm to use for the key."
   type        = string
-  default     = "RSA"
-}
-
-variable "private_key_ecdsa_curve" {
-  description = "When algorithm is ECDSA, the name of the elliptic curve to use."
-  type        = string
-  default     = "P521"
-}
-
-variable "private_key_rsa_bits" {
-  description = "When algorithm is RSA, the size of the generated RSA key in bits."
-  type        = number
-  default     = 4096
+  default     = "ED25519"
 }
 
 # Variables for Placement Group
@@ -50,7 +38,7 @@ variable "placement_group_strategy" {
 variable "tg_ami" {
   description = "AMI to use for the instance."
   type        = string
-  default     = "ami-0c2d02d48236a23dd"
+  default     = "ami-01d1d62914ef00b25"
 }
 
 variable "tg_associate_public_ip_address" {