Skip to content
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

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

amstuta
Copy link
Collaborator

@amstuta amstuta commented Mar 12, 2025

Description

Add datasource ovh_vmware_cloud_director_organization.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Test A: make testacc TESTARGS="-run TestAccVMwareCloudDirectorOrganizationData"

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or issues
  • I have added acceptance tests that prove my fix is effective or that my feature works
  • New and existing acceptance tests pass locally with my changes
  • I ran succesfully go mod vendor if I added or modify go.mod file

@amstuta amstuta requested a review from a team as a code owner March 12, 2025 14:24

Read-Only:

- `api_url` (String) API URL to interact with your VMware Cloud Director organization on OVHcloud
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `description` (String) Description of your VMware Cloud Director organization on OVHcloud
- `description` (String) Description of your VMware Cloud Director organization at OVHcloud

@amstuta amstuta force-pushed the dev/aamstutz/add-vcd-datasource branch from 7bf5883 to c311135 Compare March 12, 2025 17:12
@amstuta amstuta merged commit 1ddbe14 into master Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants