refactor: org as variable, not managed resource
This commit is contained in:
@@ -12,10 +12,9 @@ variable "api_token" {
|
||||
sensitive = true
|
||||
description = "Nubes API token"
|
||||
}
|
||||
variable "realm" {
|
||||
variable "org_uid" {
|
||||
type = string
|
||||
sensitive = true
|
||||
description = "resource_realm parameter for nubes_vc_org resource"
|
||||
description = "UUID существующей организации vCloud Director (из ЛК)"
|
||||
}
|
||||
|
||||
provider "nubes" {
|
||||
|
||||
Reference in New Issue
Block a user