Skip to content

Commit

Permalink
tectonic: Fix base_domain, nameserver vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Augustus committed Aug 10, 2017
1 parent f4de40a commit ecdc1aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/tectonic/assets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ resource "template_dir" "tectonic" {
cluster_id = "${format("%s-%s-%s-%s-%s", substr(random_id.cluster_id.hex, 0, 8), substr(random_id.cluster_id.hex, 8, 4), substr(random_id.cluster_id.hex, 12, 4), substr(random_id.cluster_id.hex, 16, 4), substr(random_id.cluster_id.hex, 20, 12))}"
cluster_name = "${var.cluster_name}"

base_domain = "${var.base_domain}"
nameserver = "${var.nameserver}"

platform = "${var.platform}"
certificates_strategy = "${var.ca_generated == "true" ? "installerGeneratedCA" : "userProvidedCA"}"
identity_api_service = "${var.identity_api_service}"
Expand Down

0 comments on commit ecdc1aa

Please sign in to comment.