fix: v_i_p_configure match existing org

This commit is contained in:
“Naeel”
2026-07-09 08:34:33 +04:00
parent dd6dc2017b
commit b0f07d4f0f
+1 -1
View File
@@ -1,6 +1,6 @@
resource "nubes_vc_org" "org" {
resource_name = "NaeelOrg"
resource_realm = var.realm
v_i_p_configure = jsonencode([])
v_i_p_configure = jsonencode([{ name = "internet-ipv4-v1", count = "10" }])
adopt_existing_on_create = true
}