Files
joeac.net/infrastructure/main.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

10 lines
138 B
HCL

terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "~> 2.0"
}
}
}