Skip to content

Commit

Permalink
Update binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvlc authored Apr 14, 2022
1 parent de84738 commit dfaef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/attached_ebs/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
}),
}) : ""])
}
ebs_bootstrap_binary = "https://github.com/ondat/etcd3-bootstrap/releases/download/v0.1.0-alpha-1/ebs-bootstrap-linux-amd64"
ebs_bootstrap_binary = "https://github.com/ondat/etcd3-bootstrap/releases/download/v0.1.1/ebs-bootstrap-linux-amd64"
ebs_bootstrap_binary_url = var.ebs_bootstrap_binary_url == null ? local.ebs_bootstrap_binary : var.ebs_bootstrap_binary_url

}

0 comments on commit dfaef33

Please sign in to comment.