🔧 move tofu configs
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
|
||||
}
|
4
terraform/digitalocean/main.tf
Normal file
4
terraform/digitalocean/main.tf
Normal file
@ -0,0 +1,4 @@
|
||||
variable "do_token" {}
|
||||
provider "digitalocean" {
|
||||
token = var.do_token
|
||||
}
|
Reference in New Issue
Block a user