♻️ move terraform code start adding dns

This commit is contained in:
2024-10-17 11:24:13 -04:00
parent 73a52e35d0
commit ea5496e870
9 changed files with 70 additions and 47 deletions

View File

@ -0,0 +1,9 @@
resource "digitalocean_droplet" "socrates" {
name = "socrates"
image = "72067660"
size = "s-8vcpu-16gb"
backups = true
ipv6 = true
monitoring = true
}