Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #358 from coreos/metal-fix
Browse files Browse the repository at this point in the history
platforms/metal: Rename some etcd inputs that changed
  • Loading branch information
Quentin-M authored Apr 25, 2017
2 parents 7e88f54 + b886020 commit cc2d29f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platforms/metal/tectonic.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ module "bootkube" {
oidc_groups_claim = "groups"
oidc_client_id = "tectonic-kubectl"

etcd_servers = ["http://127.0.0.1:2379"]
etcd_endpoints = ["127.0.0.1:2379"]
etcd_ca_cert = ""
etcd_client_cert = ""
etcd_client_key = ""
}

module "tectonic" {
Expand Down

0 comments on commit cc2d29f

Please sign in to comment.