refactor: org as variable, not managed resource
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
resource "nubes_vc_org" "org" {
|
||||
resource_name = "NaeelOrg"
|
||||
resource_realm = var.realm
|
||||
v_i_p_configure = jsonencode([{ name = "internet-ipv4-v1", count = "10" }])
|
||||
adopt_existing_on_create = true
|
||||
}
|
||||
# vcOrg — НЕ управляется Terraform, используется существующая организация
|
||||
# org_uid задаётся в terraform.tfvars
|
||||
|
||||
Reference in New Issue
Block a user