stefanprodan/k8s-scw-baremetal

Error in terraform output name kubectl_config

Closed this issue · 1 comments

Hi,

Terraform Versions

0.10.8

Terraform Commands

terraform apply -var region=par1 -var nodes=2 -var weave_passwd=ChangeMe -var k8s_version=stable-1.9 -var docker_version=17.03.0~ce-0~ubuntu-xenial

No workspaces have been created (default: default).

Terraform Output

k8s_master_public_ip = <IP CLUSTER>
kubeadm_join_command = kubeadm join --token <TOKEN> 10.1.52.156:6443 --discovery-token-ca-cert-hash sha256:23fe2c207f469336c5731197c2c1219664e3ce5e7c46f22a0153b9507e7182b1
kubectl_config = default.conf
nodes_public_ip = [
    default-node-1,
    default-node-2,
    <IP NODE 1>,
    <IP NODE 2>
]

I do not have any file with the name default.conf but one with <ARCH>.conf format.

I found the source of the problem and I can fix it easily.
I will propose a PR shortly.

Thanks for the PR