X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2F3n_aws_c5n%2Fvariables.tf;h=c87b1c3cfa833c4de976b9ba77ac93a65cd2051f;hb=refs%2Fchanges%2F72%2F33672%2F1;hp=0d110147443a3d5c5f50aefd828bbce85967580e;hpb=44784f12e7a1cfe42927bd301b90015ffa72b7d7;p=csit.git diff --git a/fdio.infra.terraform/3n_aws_c5n/variables.tf b/fdio.infra.terraform/3n_aws_c5n/variables.tf index 0d11014744..c87b1c3cfa 100644 --- a/fdio.infra.terraform/3n_aws_c5n/variables.tf +++ b/fdio.infra.terraform/3n_aws_c5n/variables.tf @@ -1,21 +1,21 @@ variable "region" { description = "AWS Region" - type = string - default = "eu-central-1" + type = string + default = "eu-central-1" } variable "avail_zone" { description = "AWS availability zone" - type = string - default = "eu-central-1a" + type = string + default = "eu-central-1a" } variable "ami_image" { # eu-central-1/focal-20.04-amd64-hvm-ssd-20210119.1 # kernel 5.4.0-1035-aws (~5.4.0-65) description = "AWS AMI image ID" - type = string - default = "ami-0a875db8a031a9efb" + type = string + default = "ami-0a875db8a031a9efb" } variable "instance_initiated_shutdown_behavior" { @@ -26,12 +26,12 @@ variable "instance_initiated_shutdown_behavior" { variable "instance_type" { description = "AWS instance type" - type = string - default = "c5n.9xlarge" + type = string + default = "c5n.9xlarge" } variable "testbed_name" { description = "Testbed name" - type = string - default = "testbed1" + type = string + default = "testbed1" }