Skip to content

Commit

Permalink
Merge pull request #98 from utilitywarehouse/etcd-3.4
Browse files Browse the repository at this point in the history
Upgrade etcd to v3.4.1
  • Loading branch information
ffilippopoulos authored Oct 7, 2019
2 parents 15be91e + f3d0574 commit 0333fe5
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
Expand Up @@ -39,7 +39,7 @@ variable "etcd_image_url" {

variable "etcd_image_tag" {
description = "The version of the etcd image to use."
default = "v3.3.13"
default = "v3.4.1"
}

variable "node_exporter_image_url" {
Expand Down

0 comments on commit 0333fe5

Please sign in to comment.