-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add VCD organization datasource #900
Conversation
|
||
Read-Only: | ||
|
||
- `api_url` (String) API URL to interact with your VMware Cloud Director organization on OVHcloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `api_url` (String) API URL to interact with your VMware Cloud Director organization on OVHcloud | |
- `api_url` (String) API URL to interact with your VMware Cloud Director organization at OVHcloud |
|
||
### Read-Only | ||
|
||
- `current_state` (Attributes) Current status of VMware Cloud Director organization service (see [below for nested schema](#nestedatt--current_state)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `current_state` (Attributes) Current status of VMware Cloud Director organization service (see [below for nested schema](#nestedatt--current_state)) | |
- `current_state` (Attributes) Current state of VMware Cloud Director organization service (see [below for nested schema](#nestedatt--current_state)) |
I guess since the name?
- `name` (String) Name of your VMware Cloud Director organization | ||
- `region` (String) Datacenter where your VMware Cloud Director organization is physically located | ||
- `spla` (Boolean) SPLA licensing state | ||
- `web_interface_url` (String) URL to administrate your VMware Cloud Director organization on OVHcloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `web_interface_url` (String) URL to administrate your VMware Cloud Director organization on OVHcloud | |
- `web_interface_url` (String) URL to administrate your VMware Cloud Director organization at OVHcloud |
|
||
Read-Only: | ||
|
||
- `description` (String) Description of your VMware Cloud Director organization on OVHcloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `description` (String) Description of your VMware Cloud Director organization on OVHcloud | |
- `description` (String) Description of your VMware Cloud Director organization at OVHcloud |
7bf5883
to
c311135
Compare
Description
Add datasource
ovh_vmware_cloud_director_organization
.Type of change
How Has This Been Tested?
make testacc TESTARGS="-run TestAccVMwareCloudDirectorOrganizationData"
Checklist:
go mod vendor
if I added or modifygo.mod
file