-
Notifications
You must be signed in to change notification settings - Fork 112
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
new resource_type vcd_vdc_group in data source vcd_resource_list #1012
Comments
I have a question:
the |
The listing for edge gateways was made before we developed VDC groups, and this case was left incomplete. |
Both |
ok with edge gateways
but I can't get vdc groups list, do I miss something?
|
You get that error when the organization is not found. Otherwise, even when the organization doesn't have any VDC groups, you should get a clean run. |
The org exists, in the same code I have:
this is from plan output
|
Please try this experiment: replace line 153 with
then compile again ( |
not sure I'm making the right thing
|
|
the org is present, but
One detail added: I'm an org admin |
The result is the same as system admin |
The error message confirms that the organization was not found. Either the Org has such a name that it defeats the data source, or the variable does not contain what it should. Would you be able to contact me on https://vmwarecode.slack.com, channel |
Test done, I'm org admin and
the output is:
|
I've done more tests, the error is not related to the org name pattern. This is my output when
|
Here's a possible explanation The field " data "vcd_resource_list" "vdc_groups_list" {
org = var.org.name
name = "vdc_groups_list"
resource_type = "vcd_vdc_group"
list_mode = "name"
} |
great, it works.
|
is there a release date for 3.11.0? |
Yes.
Sorry, it's against company policy to announce release times. |
Issue addressed in PR #1140 |
@carmine73 , we can't give dates, but at this point can give a preliminary update, which hopefully will be helpful. We are striving for our traditional holiday release at the end or beginning of the new year. |
Description
it would be nice to have
vcd_vdc_group
in data sourcevcd_resource_list
asresource_type
https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/resource_list#resource_type
New or Affected Resource(s)
vcd_resource_list
The text was updated successfully, but these errors were encountered: