Skip to content

Commit

Permalink
update tags_regex description for workspace docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Aug 6, 2022
1 parent 8870ada commit b613ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/workspace.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The `vcs_repo` block supports:
cloning the VCS repository. Defaults to `false`.
* `oauth_token_id` - (Required) The VCS Connection (OAuth Connection + Token) to use.
This ID can be obtained from a `tfe_oauth_client` resource.
* `tags_regex` - (Optional) A regular expression used to trigger a Workspace run for matching Git tags.
* `tags_regex` - (Optional) A regular expression used to trigger a Workspace run for matching Git tags. This option conflicts with `trigger_patterns` and `trigger_prefixes`. Should only set this value if the former is not being used.

## Attributes Reference

Expand Down

0 comments on commit b613ebd

Please sign in to comment.