feat: fully vibecoded configuration

This commit is contained in:
2026-08-12 15:01:40 +02:00
parent 1301b05977
commit b9e736cd80
9 changed files with 399 additions and 0 deletions
+9
View File
@@ -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
}