fix(Terraform): Change AWS AZ
[csit.git] / fdio.infra.terraform / 2n_aws_c5n / variables.tf
index 93e4d29..4854978 100644 (file)
@@ -39,7 +39,7 @@ variable "instance_initiated_shutdown_behavior" {
 variable "instance_type" {
   description = "AWS instance type"
   type        = string
-  default     = "c5n.9xlarge"
+  default     = "c5n.4xlarge"
 }
 
 variable "testbed_name" {