Add git-ssh DNS record, remove project assignment block

This commit is contained in:
Ryan Moon
2026-03-31 16:36:24 -05:00
parent d6ff4746d0
commit 4d7fa1f54f
2 changed files with 8 additions and 16 deletions

View File

@@ -36,9 +36,3 @@ variable "admin_ip" {
description = "Your public IP for SSH and git access (without /32)"
type = string
}
variable "do_project_name" {
description = "DigitalOcean project name to assign resources to"
type = string
default = "lunarfront-infra"
}