10 lines
201 B
HCL
10 lines
201 B
HCL
resource "incus_project" "default" {
|
|
name = "default"
|
|
description = "Default Incus project"
|
|
|
|
config = {
|
|
"features.networks" = "true"
|
|
"features.networks.zones" = "true"
|
|
}
|
|
}
|