Add skylab project definition
This commit is contained in:
7
skylab/infra/playbooks/terraform/project.skylab.tf
Normal file
7
skylab/infra/playbooks/terraform/project.skylab.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user