Skip to content

Commit

Permalink
upgrade ectd to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smalltown committed Sep 21, 2021
1 parent 150a4ff commit b888f0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.tfvars
*.tfstate*
.terraform.lock.hcl
.terraform/
.terratest/
vendor/
Expand Down
1 change: 1 addition & 0 deletions templates/data.mount.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Before=local-fs.target
What=${device_name}
Where=${data_path}
Type=ext4
DirectoryMode=0700

[Install]
WantedBy=local-fs.target
6 changes: 2 additions & 4 deletions variables_defaults.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ locals {
containers = merge({
etcd = {
repo = "quay.io/coreos/etcd"
tag = "v3.4.14"
tag = "v3.5.0"
}
}, var.containers)

extra_flags = merge({
debug = false
}, var.extra_flags)
extra_flags = var.extra_flags
}

0 comments on commit b888f0b

Please sign in to comment.