I would like to run a Task against a stack as a terraform resource. Sorta similar to how spacelift_run works. The spacelift_scheduled_task resource is not sufficient, because I want to run it immediately and wait for completion.
Proposed resource model:
resource "spacelift_stack_task" "this" {
command = string
init = optional(bool, true)
stack_id = string
wait = optional(bool, true)
}
I created a feature request on GitHub also, for the spacelift terraform provider, https://github.com/spacelift-io/terraform-provider-spacelift/issues/573
Please authenticate to join the conversation.
β Completed
π‘ Feature Requests
Stacks
Over 1 year ago
Get notified by email when there are changes.
β Completed
π‘ Feature Requests
Stacks
Over 1 year ago
Get notified by email when there are changes.