This commit is contained in:
Tommy Parnell
2022-06-22 20:04:35 -04:00
parent a217e0b6e4
commit efdf643515
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ resource "digitalocean_droplet" "web" {
region = "nyc1"
size = "s-1vcpu-1gb-amd"
ssh_keys = var.ssh_keys
user_data = "${file("deploy-vm/launch-code-server.sh")}"
}
resource "cloudflare_record" "droplet" {