Skip to content

Commit

Permalink
Update variables.tf to awiciroh image (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyWills authored Aug 30, 2023
1 parent ff42676 commit 997d181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/user/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}


Expand Down Expand Up @@ -84,4 +84,4 @@ variable "availability_zone" {
description = "Availability zone to use"
type = string
default = "us-east-1a"
}
}

0 comments on commit 997d181

Please sign in to comment.