Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #241 from modular-magician/codegen-pr-2535
Browse files Browse the repository at this point in the history
Clarify fields that are regexes in docs.
  • Loading branch information
nat-henderson authored Oct 25, 2019
2 parents d8801b7 + a852629 commit e046d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/google_cloudbuild_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Properties that can be accessed from the `google_cloudbuild_trigger` resource:

* `dir`: Directory, relative to the source root, in which to run the build. This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution.

* `branch_name`: Name of the branch to build. Exactly one a of branch name, tag, or commit SHA must be provided.
* `branch_name`: Name of the branch to build. Exactly one a of branch name, tag, or commit SHA must be provided. This field is a regular expression.

* `tag_name`: Name of the tag to build. Exactly one of a branch name, tag, or commit SHA must be provided.
* `tag_name`: Name of the tag to build. Exactly one of a branch name, tag, or commit SHA must be provided. This field is a regular expression.

* `commit_sha`: Explicit commit SHA to build. Exactly one of a branch name, tag, or commit SHA must be provided.

Expand Down

0 comments on commit e046d0b

Please sign in to comment.