From 997d1818ddf3227def734535ddbe51bb3b39118b Mon Sep 17 00:00:00 2001 From: ZacharyWills <60660437+ZacharyWills@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:55:45 -0600 Subject: [PATCH] Update variables.tf to awiciroh image (#18) --- terraform/user/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}