Skip to content

Instantly share code, notes, and snippets.

@Freyert
Created June 5, 2018 17:34
Show Gist options
  • Save Freyert/2924f1bd1947f25cc4c1c5b7eb2aedc4 to your computer and use it in GitHub Desktop.
Save Freyert/2924f1bd1947f25cc4c1c5b7eb2aedc4 to your computer and use it in GitHub Desktop.
kaleido terraform variable quorum_consensus
variable "quorum_consensus" {
type = "list"
default = ["raft", "ibft"]
description = "Consensus methods supported by quorum."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment