We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10c45c7 + 6537e84 commit 22cacfdCopy full SHA for 22cacfd
1 file changed
incus/infrastructure.tf
@@ -88,6 +88,8 @@ resource "incus_instance" "instances" {
88
89
target = try(each.value.target, null)
90
91
+ description = jsonencode(each.value.tags)
92
+
93
config = {
94
"cloud-init.user-data" = module.configuration.user_data[each.key]
95
"security.privileged" = var.privileged
0 commit comments