Skip to content

Commit

Permalink
Add in ca_cert_url to secondary config
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeruiz committed Sep 30, 2019
1 parent 1f1a003 commit 8059c9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ data "template_file" "cloud_config_secondary" {
installer_url = "${var.installer_url}"
role = "secondary"

ca_cert_url = "${var.ca_cert_url}"

import_key = "${var.import_key}"
}
}
Expand Down

0 comments on commit 8059c9d

Please sign in to comment.