Skip to content

Instantly share code, notes, and snippets.

@Freyert
Created June 5, 2018 17:35
Show Gist options
  • Save Freyert/e502f0683683fcbdb3fd5c5ae7677438 to your computer and use it in GitHub Desktop.
Save Freyert/e502f0683683fcbdb3fd5c5ae7677438 to your computer and use it in GitHub Desktop.
kaleido_terraform_Env
resource "kaleido_environment" "myEnv" {
consortium_id = "${kaleido_consortium.mine.id}"
name = "My Environment"
description = "Deployed with Terraform"
env_type = "${element(var.env_types, 0)}"
consensus_type = "${element(var.quorum_consensus, 0)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment