|
| 1 | +--- |
| 2 | +subcategory: "VMware Cloud Director (VCD)" |
| 3 | +--- |
| 4 | + |
| 5 | +# ovh_vmware_cloud_director_organization (Data Source) |
| 6 | + |
| 7 | +Get VMware Cloud Director organization details |
| 8 | + |
| 9 | +## Example Usage |
| 10 | + |
| 11 | +```terraform |
| 12 | +data "ovh_vmware_cloud_director_organization" "organization" { |
| 13 | + organization_id = "<VCD organization ID>" |
| 14 | +} |
| 15 | +``` |
| 16 | + |
| 17 | +<!-- schema generated by tfplugindocs --> |
| 18 | +## Schema |
| 19 | + |
| 20 | +### Required |
| 21 | + |
| 22 | +- `organization_id` (String) Organization ID |
| 23 | + |
| 24 | +### Read-Only |
| 25 | + |
| 26 | +- `current_state` (Attributes) Current state of VMware Cloud Director organization service (see [below for nested schema](#nestedatt--current_state)) |
| 27 | +- `current_tasks` (Attributes List) Asynchronous operations ongoing on the VMware Cloud Director organization (see [below for nested schema](#nestedatt--current_tasks)) |
| 28 | +- `iam` (Attributes) IAM resource metadata (see [below for nested schema](#nestedatt--iam)) |
| 29 | +- `id` (String) Unique identifier |
| 30 | +- `resource_status` (String) Reflects the readiness of the VMware Cloud Director organization. |
| 31 | +- `target_spec` (Attributes) Target specification of VMware Cloud Director organization service (see [below for nested schema](#nestedatt--target_spec)) |
| 32 | +- `updated_at` (String) |
| 33 | + |
| 34 | +<a id="nestedatt--current_state"></a> |
| 35 | +### Nested Schema for `current_state` |
| 36 | + |
| 37 | +Read-Only: |
| 38 | + |
| 39 | +- `api_url` (String) API URL to interact with your VMware Cloud Director organization at OVHcloud |
| 40 | +- `billing_type` (String) Billing type of your VMware Cloud Director project |
| 41 | +- `description` (String) Description of your VMware Cloud Director organization on OVHcloud |
| 42 | +- `full_name` (String) Human readable full name of your VMware Cloud Director organization |
| 43 | +- `name` (String) Name of your VMware Cloud Director organization |
| 44 | +- `region` (String) Datacenter where your VMware Cloud Director organization is physically located |
| 45 | +- `spla` (Boolean) SPLA licensing state |
| 46 | +- `web_interface_url` (String) URL to administrate your VMware Cloud Director organization at OVHcloud |
| 47 | + |
| 48 | + |
| 49 | +<a id="nestedatt--current_tasks"></a> |
| 50 | +### Nested Schema for `current_tasks` |
| 51 | + |
| 52 | +Read-Only: |
| 53 | + |
| 54 | +- `id` (String) Identifier of the current task |
| 55 | +- `link` (String) Link to the task details |
| 56 | +- `status` (String) Current global status of the current task |
| 57 | +- `type` (String) Type of the current task |
| 58 | + |
| 59 | + |
| 60 | +<a id="nestedatt--iam"></a> |
| 61 | +### Nested Schema for `iam` |
| 62 | + |
| 63 | +Read-Only: |
| 64 | + |
| 65 | +- `display_name` (String) Resource display name |
| 66 | +- `id` (String) Unique identifier of the resource |
| 67 | +- `tags` (Map of String) Resource tags. Tags that were internally computed are prefixed with ovh: |
| 68 | +- `urn` (String) Unique resource name used in policies |
| 69 | + |
| 70 | + |
| 71 | +<a id="nestedatt--target_spec"></a> |
| 72 | +### Nested Schema for `target_spec` |
| 73 | + |
| 74 | +Read-Only: |
| 75 | + |
| 76 | +- `description` (String) Description of your VMware Cloud Director organization at OVHcloud |
| 77 | +- `full_name` (String) Human readable full name of your VMware Cloud Director organization |
0 commit comments