Skip to content

Commit

Permalink
fix(terraform): remove latest tag from variables (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Aug 22, 2024
1 parent c12d621 commit 4ac8a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions infra/terraform/environments/dev/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ variable "assets_version" {
variable "api_image_tag" {
type = string
description = "The tag of the API image to deploy"
default = "latest"
}

variable "selfserve_image_tag" {
type = string
description = "The tag of the selfserve image to deploy"
default = "latest"
}

variable "internal_image_tag" {
type = string
description = "The tag of the internal image to deploy"
default = "latest"
}

variable "cli_image_tag" {
type = string
description = "The tag of the cli image to deploy"
default = "latest"
}
4 changes: 0 additions & 4 deletions infra/terraform/environments/int/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ variable "assets_version" {
variable "api_image_tag" {
type = string
description = "The tag of the API image to deploy"
default = "latest"
}

variable "selfserve_image_tag" {
type = string
description = "The tag of the selfserve image to deploy"
default = "latest"
}

variable "internal_image_tag" {
type = string
description = "The tag of the internal image to deploy"
default = "latest"
}

variable "cli_image_tag" {
type = string
description = "The tag of the cli image to deploy"
default = "latest"
}

0 comments on commit 4ac8a30

Please sign in to comment.