Skip to content

Instantly share code, notes, and snippets.

@Callonski
Last active September 7, 2020 01:04
Show Gist options
  • Save Callonski/f2e4f654d7c418a17b75ac17e345e073 to your computer and use it in GitHub Desktop.
Save Callonski/f2e4f654d7c418a17b75ac17e345e073 to your computer and use it in GitHub Desktop.
node_name = var.master_node,
network_host = var.node_ips[0],
elastic_host_1 = var.node_ips[0],
elastic_host_2 = var.node_ips[1],
elastic_host_3 = var.node_ips[2],
master_node = var.master_node,
ca_bucket = var.ca_bucket_location,
backup_bucket = var.backup_bucket,
gcp_sa = google_service_account_key.mykey.private_key,
elastic_pw = var.elastic_pw,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment