-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
form-inputs-steps-for-actions #187
form-inputs-steps-for-actions #187
Conversation
…-sections-steps-for-actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs change (in schema.go
) and make gen-docs
if len(a.Trigger.UserInputs.Order) > 0 { | ||
state.SelfServiceTrigger.OrderProperties = flex.GoArrayStringToTerraformList(ctx, a.Trigger.UserInputs.Order) | ||
} else { | ||
state.SelfServiceTrigger.OrderProperties = types.ListNull(types.StringType) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
What - add support for the new action step definition feature
How - added the relevant models and schemas + tests
Type of change
Please leave one option from the following and delete the rest: