You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
param "actions" {
description = "A map of actions, if approvers are set these will be offered as options to select, else the one matching the default_action will be used."
type = map(object({
label = string
value = string
style = string
pipeline_ref = any
pipeline_args = any
success_msg = string
error_msg = string
}))
default = {
"skip" = {
label = "Skip"
value = "skip"
style = "info"
pipeline_ref = pipeline.optional_message
pipeline_args = {
notifier = "default"
send = false
text = "Skipped item."
}
success_msg = ""
error_msg = ""
}
}
}
But it fails.
The text was updated successfully, but these errors were encountered:
This declaration should pass:
But it fails.
The text was updated successfully, but these errors were encountered: