5 lines
93 B
Terraform
5 lines
93 B
Terraform
resource "nubes_vc_org" "org" {
|
|
resource_name = "kc-org-tf"
|
|
resource_realm = var.realm
|
|
}
|