fix: v_i_p_configure match existing org
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user