skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add skylab project definition

This commit is contained in:
Ethan Paul 2023-05-07 16:04:25 -04:00
parent 28f1f80d6f
commit 9776e9a316
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
resource "digitalocean_project" "skylab" {
name = "SkyLab"
description = "SkyLab resources, with emphasis on Sky"
purpose = "Operational / Developer tooling"
environment = "Development"
is_default = true
}