feat: fully vibecoded configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
output "vps_ip" {
|
||||
description = "The public IPv4 address of the Coolify VPS"
|
||||
value = ovh_cloud_project_instance.coolify.ipv4_addresses[0]
|
||||
}
|
||||
|
||||
output "instance_id" {
|
||||
description = "The ID of the provisioned OVH instance"
|
||||
value = ovh_cloud_project_instance.coolify.id
|
||||
}
|
||||
Reference in New Issue
Block a user