Skip to content

Commit

Permalink
Merge pull request #4 from ondat/cvlc-patch-1
Browse files Browse the repository at this point in the history
Update binary version
  • Loading branch information
cvlc authored Apr 14, 2022
2 parents de84738 + dfaef33 commit 87917a4
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 87917a4

Please sign in to comment.