feat(Packer): Introduce AMI packer images
[csit.git] / fdio.infra.terraform / 3n_aws_c5n / deploy / variables.tf
index aa78462..ffd1a35 100644 (file)
@@ -7,8 +7,13 @@ variable "vault-name" {
   default = "dynamic-aws-creds-vault-admin"
 }
 
-variable "ami_image" {
-  description = "AWS AMI image name"
+variable "ami_image_tg" {
+  description = "AWS AMI image name for TG"
+  type        = string
+}
+
+variable "ami_image_sut" {
+  description = "AWS AMI image name for SUT"
   type        = string
 }