The refarch config for the Spacelift admin stacks in each tenant includes the following config (e.g. for plat)
context_filters:
tenants: ["plat"]
administrative: false # We don't want this stack to also find itself
We have a few cases where we might want some child stacks for a tenant's admin stack to be administrative
• to create Spacelift terraform resources (e.g. policies or integrations)
• (not yet tried) to create a new admin stack for a child OU of a parent OU (keyed off 'tenant')
Is there a context filter pattern for a tenant's admin stack that allows for administrative child stacks, whilst still not allowing the stack to find itself?