Open trash-anger opened 6 years ago
For the second point, is that possible to do something like this (?) in output.tf :
output "master-ip" {
if ${contains(scaleway_server.kubernetes_master.public_ip, ",")} {
value = "${join(",", scaleway_server.kubernetes_master.public_ip)}"
} else {
value = scaleway_server.kubernetes_master.public_ip
}
}
I start using terraform ...
Hi,
Thank you for this very great terraform plan ! I tried to launch this into Paris zone (ams1's VC1S seems to be low stock ...) but I goes wrong ...
I don't know if it's really an error because the following message is :
And as a result, I'm not able to launch kubectl proxy on my browser. Unfortunately, I'm a very beginner using both kubernetes and terraform ... I don't know the right tools to debug it myself ... could you help me ?