Add scipio project

This commit is contained in:
2023-05-07 16:06:53 -04:00
parent 9776e9a316
commit 868ab721dd

View File

@@ -0,0 +1,6 @@
resource "digitalocean_project" "scipio" {
name = "Scipio Capital"
description = "Eventual home of Scipio Capital systems"
purpose = "Service or API"
environment = "Production"
}