[incus] add project and profile management
This commit is contained in:
9
incus/project.tf
Normal file
9
incus/project.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
resource "incus_project" "default" {
|
||||
name = "default"
|
||||
description = "Default Incus project"
|
||||
|
||||
config = {
|
||||
"features.networks" = "true"
|
||||
"features.networks.zones" = "true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user