spaceliftArchived
2 messages
Matthew Regglerover 1 year ago(edited)
The refarch config for the Spacelift admin stacks in each tenant includes the following config (e.g. for plat)
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?
context_filters:
tenants: ["plat"]
administrative: false # We don't want this stack to also find itselfWe 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?
lorenover 1 year ago
Is anyone using Spacelift, with Terraform versions newer than 1.5.7? Just curious if it's something I have to do install myself in a before_init hook, or if setting terraform_version will do it for me?