Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 98f3c5b commit 429b416
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,20 @@ variable "default_vpc_sg" {}
variable "default_tags" {
type = map(string)
default = {}
}

variable "app_version" {
default = ""
}

variable "credentials" {
default = "~/.aws/credentials"
}

variable "profile" {
default = "ngap-service-sit"
}

variable "docker_tag" {
default = "podaac/hydrocron:latest"
}

0 comments on commit 429b416

Please sign in to comment.