update
This commit is contained in:
12
kubespray/contrib/terraform/upcloud/output.tf
Normal file
12
kubespray/contrib/terraform/upcloud/output.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
output "master_ip" {
|
||||
value = module.kubernetes.master_ip
|
||||
}
|
||||
|
||||
output "worker_ip" {
|
||||
value = module.kubernetes.worker_ip
|
||||
}
|
||||
|
||||
output "loadbalancer_domain" {
|
||||
value = module.kubernetes.loadbalancer_domain
|
||||
}
|
||||
Reference in New Issue
Block a user