Skip to content

Commit

Permalink
[terraform] crdb image tag definition
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Aug 29, 2024
1 parent bedfb81 commit 71b65e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/infrastructure/utils/definitions/crdb_image_tag.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
variable "crdb_image_tag" {
type = string
description = <<-EOT
Version tag of the CockroachDB image.
Until v.16, the recommended CockroachDB version is v21.2.7.
From v.17, the recommended CockroachDB version is v24.1.3.
Example: v24.1.3
EOT
}

0 comments on commit 71b65e3

Please sign in to comment.