feat: decommission droplet, point git DNS to cluster LB
Some checks failed
Terraform / terraform (push) Failing after 1s
Test / test (push) Successful in 1s

This commit is contained in:
Ryan Moon
2026-04-02 20:44:22 -05:00
parent 3471374cb6
commit 10528dd7bb
3 changed files with 5 additions and 122 deletions

View File

@@ -1,8 +1,3 @@
output "gitea_ip" {
description = "Public IP of the Gitea droplet"
value = digitalocean_droplet.gitea.ipv4_address
}
output "k8s_cluster_id" {
description = "DOKS cluster ID"
value = digitalocean_kubernetes_cluster.main.id