[incus] add project and profile management
This commit is contained in:
12
incus/profile.tf
Normal file
12
incus/profile.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
resource "incus_profile" "default" {
|
||||
name = "default"
|
||||
description = "Default Incus profile"
|
||||
device {
|
||||
name = "eth0"
|
||||
properties = {
|
||||
"name" = "eth0"
|
||||
"network" = module.network["main"].name
|
||||
}
|
||||
type = "nic"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user