Stack dependencies - make always trigger a dependecy option rather than an output option

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 }

Workaround
-
Problem
-

Please authenticate to join the conversation.

Upvoters
Status

βœ… Completed

Board

πŸ’‘ Feature Requests

Tags

Stack Dependencies

Date

About 1 month ago

Subscribe to post

Get notified by email when there are changes.