We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5223f3b + f23b12d commit 10c45c7Copy full SHA for 10c45c7
1 file changed
incus/infrastructure.tf
@@ -91,6 +91,7 @@ resource "incus_instance" "instances" {
91
config = {
92
"cloud-init.user-data" = module.configuration.user_data[each.key]
93
"security.privileged" = var.privileged
94
+ "security.nesting" = var.privileged
95
}
96
97
device {
0 commit comments