mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-27 08:41:12 +00:00
This is a new provisioning mechanism. Right now, it can provision clusters on: - Digital Ocean - Linode - Oracle Cloud - Scaleway Others should be relatively straightforward to add. Check the README in the prepare-tf subdirectory for details.
8 lines
143 B
HCL
8 lines
143 B
HCL
output "kubeconfig" {
|
|
value = scaleway_k8s_cluster._.kubeconfig.0.config_file
|
|
}
|
|
|
|
output "cluster_id" {
|
|
value = scaleway_k8s_cluster._.id
|
|
}
|