Skip to content

Commit

Permalink
chore(tekton provider): fix optional property for trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
briangleeson committed Aug 10, 2022
1 parent bcc1393 commit 6f1b782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func ResourceIBMCdTektonPipelineTrigger() *schema.Resource {
"trigger": &schema.Schema{
Type: schema.TypeList,
MaxItems: 1,
Optional: true,
Required: true,
Description: "Tekton pipeline trigger object.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 6f1b782

Please sign in to comment.