Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from asicsdigital/SRET-673
Browse files Browse the repository at this point in the history
Updating default consul image tag to 1.15.4
  • Loading branch information
adi-brian-petow authored Jul 11, 2023
2 parents eae7c90 + 6772bf9 commit 9a73072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "consul_image" {
description = "Image to use when deploying consul, defaults to the hashicorp consul image"
default = "consul:latest"
default = "consul:1.15.4"
}

variable "consul_memory_reservation" {
Expand Down

0 comments on commit 9a73072

Please sign in to comment.