Last active
September 7, 2020 01:04
-
-
Save Callonski/f2e4f654d7c418a17b75ac17e345e073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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