hi,
how to access Common Variables of tenants like tenants-region(Tenant Region,Tenant Region Name,Secondary region and tenant location) to my project variable which is attached to that tenant.
Hi!
Thanks for getting in touch! This part of our multi-tenant deployments guide gives a full end-to-end example of working with tenant-specific variables: https://octopus.com/docs/guides/multi-tenant-deployments/multi-tenant-deployment-guide/working-with-tenant-specific-variables
The general steps are:
- Create a variable template
- Set the value you want in each of your tenants
- Bind something to that variable so your deployments make use of the variable. This is usually done using the
#{MyVariableTemplateName}
binding syntax
If you are still unsure of what to do from here, please get back in contact and let me know the details of your specific scenario. Some well-formed screenshots would really help me understand your scenario better too!
Hope that helps!
Mike