fix(terraform): Migrate to DNS entry
[csit.git] / fdio.infra.terraform / terraform-aws-2n-aws-c5n / variables.tf
index 1a752d7..e2ec8aa 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" {
@@ -50,7 +50,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" {
@@ -86,7 +86,7 @@ variable "tg_source_dest_check" {
 variable "sut1_ami" {
   description = "AMI to use for the instance."
   type        = string
-  default     = "ami-05ea90e57d2df4368"
+  default     = "ami-0bfdf32a014984d8a"
 }
 
 variable "sut1_associate_public_ip_address" {
@@ -135,13 +135,13 @@ variable "tg_if2_private_ip" {
 variable "destination_cidr_block_tg_if1" {
   description = "The destination CIDR block."
   type        = string
-  default     = "10.0.0.0/16"
+  default     = "10.0.0.0/24"
 }
 
 variable "destination_cidr_block_tg_if2" {
   description = "The destination CIDR block."
   type        = string
-  default     = "20.0.0.0/16"
+  default     = "20.0.0.0/24"
 }
 
 variable "sut1_if1_private_ip" {