Skip to content

Commit

Permalink
Add in variable to config module too
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeruiz committed Sep 23, 2019
1 parent cb7ff7f commit febbeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/configs/cloud-init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ data "template_file" "cloud_config" {
primary_pki_url = "http://${var.cluster_api_endpoint}:${var.assistant_port}/api/v1/pki-download?token=${random_string.setup_token.result}"
health_url = "http://${var.cluster_api_endpoint}:${var.assistant_port}/healthz"
cert_thumbprint = "${var.cert_thumbprint}"
ca_cert_url = "${var.ca_cert_url}"
}
}

Expand Down

0 comments on commit febbeaa

Please sign in to comment.