citrix / terraform-provider-citrix

Terraform provider for Citrix
Apache License 2.0
41 stars 5 forks source link

[Feature Request]: citrix_zone automatically created 🥇 #72

Open dimi4ik opened 1 month ago

dimi4ik commented 1 month ago

Hi there,

Hope the week has been going well so far 👍 😄 , really dig this provider! 💯

In the documentation for the "citrix_zone" resource, it states:

"For cloud DDC, Zones and Cloud Connectors are managed only by Citrix Cloud. Ensure you have a resource location manually 👎 created and connectors deployed in it."

From an Infrastructure as Code (IaC) perspective, manual processes are not desirable and should be addressed with automated workflows. Could you please check if you can modify the "citrix_zone" resource to enable complete deployment with Terraform, including pipeline setup?

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

sourav-citrix commented 1 month ago

Hi @dimi4ik,

Thank you for your feedback! Managing resource location is now supported by the citrix terraform provider for cloud environment (link), however there is known bug which prevents creation of resource location and a zone in a single terraform run. We are currently working on a fix for it. Please note that creation of cloud connectors is currently beyond the provider scope.

Thanks, Sourav