updated terraform examples
This commit is contained in:
5
terraform/rke2-terraform/outputs.tf
Normal file
5
terraform/rke2-terraform/outputs.tf
Normal file
@ -0,0 +1,5 @@
|
||||
output "server_ip" {
|
||||
description = "Server floating IP"
|
||||
value = module.controlplane.floating_ip[0]
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user