Files
joeac.net/infrastructure/providers.tf
Joe Carstairs 88c6e8a658 Moves to DigitalOcean from AWS (#4)
* Moves to DigitalOcean from AWS

* README

* Removes deployment workflow

---------

Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
2024-05-10 21:57:35 +01:00

5 lines
52 B
HCL

provider "digitalocean" {
token = var.do_token
}