@@ -529,11 +529,13 @@ One of 'storageSource' or 'repoSource' must be provided.`,
529529 Description : `Regex matching branches to build. Exactly one a of branch name, tag, or commit SHA must be provided.
530530The syntax of the regular expressions accepted is the syntax accepted by RE2 and
531531described at https://github.com/google/re2/wiki/Syntax` ,
532+ ExactlyOneOf : []string {},
532533 },
533534 "commit_sha" : {
534- Type : schema .TypeString ,
535- Optional : true ,
536- Description : `Explicit commit SHA to build. Exactly one a of branch name, tag, or commit SHA must be provided.` ,
535+ Type : schema .TypeString ,
536+ Optional : true ,
537+ Description : `Explicit commit SHA to build. Exactly one a of branch name, tag, or commit SHA must be provided.` ,
538+ ExactlyOneOf : []string {},
537539 },
538540 "dir" : {
539541 Type : schema .TypeString ,
@@ -565,6 +567,7 @@ If omitted, the project ID requesting the build is assumed.`,
565567 Description : `Regex matching tags to build. Exactly one a of branch name, tag, or commit SHA must be provided.
566568The syntax of the regular expressions accepted is the syntax accepted by RE2 and
567569described at https://github.com/google/re2/wiki/Syntax` ,
570+ ExactlyOneOf : []string {},
568571 },
569572 },
570573 },
0 commit comments