diff --git a/infra/terraform/environments/dev/variables.tf b/infra/terraform/environments/dev/variables.tf index bcce78d32e..61b8342139 100644 --- a/infra/terraform/environments/dev/variables.tf +++ b/infra/terraform/environments/dev/variables.tf @@ -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" } diff --git a/infra/terraform/environments/int/variables.tf b/infra/terraform/environments/int/variables.tf index bcce78d32e..61b8342139 100644 --- a/infra/terraform/environments/int/variables.tf +++ b/infra/terraform/environments/int/variables.tf @@ -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" }