diff --git a/terraform/user/variables.tf b/terraform/user/variables.tf index b9832b4..646ad06 100644 --- a/terraform/user/variables.tf +++ b/terraform/user/variables.tf @@ -44,7 +44,7 @@ variable "key_name" { variable "container_name" { description = "The name of the conatinerized model to run" type = string - default = "zwills/dmod_ngen_slim" + default = "awiciroh/ciroh-ngen-image:latest" } @@ -84,4 +84,4 @@ variable "availability_zone" { description = "Availability zone to use" type = string default = "us-east-1a" -} \ No newline at end of file +}