♻️ move terraform code start adding dns
This commit is contained in:
9
terraform/digitalocean_droplets.tf
Normal file
9
terraform/digitalocean_droplets.tf
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
resource "digitalocean_droplet" "socrates" {
|
||||
name = "socrates"
|
||||
image = "72067660"
|
||||
size = "s-8vcpu-16gb"
|
||||
backups = true
|
||||
ipv6 = true
|
||||
monitoring = true
|
||||
}
|
Reference in New Issue
Block a user