Skip to content

Instantly share code, notes, and snippets.

@Simonx123
Forked from Callonski/startup_input_var.sh
Created September 7, 2020 01:04
Show Gist options
  • Save Simonx123/eafd8968e3526d79f9b8a30faecf8365 to your computer and use it in GitHub Desktop.
Save Simonx123/eafd8968e3526d79f9b8a30faecf8365 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