Add skylab project definition
This commit is contained in:
parent
28f1f80d6f
commit
9776e9a316
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