-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEATURE] Add data resource for citrix_cloud_resource_location #134
Comments
Hi @hewozuoai , Thank you for your suggestion. I have a few questions regarding this data source:
Your response to the questions above will really help us implement the data source in the best way. Thank you, |
Hi @hewozuoai , Can you provide more information to the questions above? We are implementing the data source at the moment and would like to know if there is anything else than Thank you, |
Yes - in our case we do not know the resource location ID, only the name
Currently we just need the ID to pass through to other resource objects.
In citrix cloud when i remove all resource locations, it automatically re-provisions one using either a default name or previously created resource location name - which is now no longer in terraform state.
Nothing that i can think of at the moment :) |
Hi @hewozuoai , Thank you so much for your detailed response. We will have the data source available in the upcoming release. |
Describe the feature request
With Citrix Cloud setups there is usually a default resource location, would be nice if we could use a data resource to look it up instead of either importing it or creating a new one (in our case, the default one has the same name so we always have to import).
Summary:
Add data resource for citrix_cloud_resource_location
Is this an enhancement to an existing resource or data source, if so which one?
Currently the data resource for a citrix_cloud_resource_location is not supported.
If this is a new resource or data source describe what it should do.
Link to any docs that cover this feature:
https://github.com/citrix/terraform-provider-citrix/blob/main/docs/resources/cloud_resource_location.md
The text was updated successfully, but these errors were encountered: