Currently the always trigger flag is on the output itself rather than the dependency, this means if i have one output with always trigger on and one without - the stack will still always trigger so it feels a bit confusing.
I think it makes more sense to have this on the dependency level:
resource "spacelift_stack_dependency" "test" {
stack_id = spacelift_stack.app.id
depends_on_stack_id = spacelift_stack.infra.id
trigger_always = true
}
Please authenticate to join the conversation.
β Completed
π‘ Feature Requests
Stack Dependencies
About 1 month ago
Get notified by email when there are changes.
β Completed
π‘ Feature Requests
Stack Dependencies
About 1 month ago
Get notified by email when there are changes.