Skip to content

Commit a82ccc7

Browse files
committed
updating change log and docs
1 parent bcec1db commit a82ccc7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
FEATURES:
44
* `r/tfe_workspace`: Add `ignore_additional_tag_names` which explicitly ignores `tag_names` _not_ defined by config so they will not be overwritten by the configured tags, by @brandonc and @mbillow [1254](https://github.com/hashicorp/terraform-provider-tfe/pull/1254)
5+
* `r/tfe_oauth_client`: Add `agent_pool_id` as an optional argument to enable Private VCS support, by @rolee.sinha [1255](https://github.com/hashicorp/terraform-provider-tfe/pull/1255)
56

67
BUG FIXES:
78

website/docs/r/oauth_client.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Link.
8989
* `service_provider` - (Required) The VCS provider being connected with. Valid
9090
options are `ado_server`, `ado_services`, `bitbucket_hosted`, `bitbucket_server`, `github`, `github_enterprise`, `gitlab_hosted`,
9191
`gitlab_community_edition`, or `gitlab_enterprise_edition`.
92+
* `agent_pool_id` - (Optional) An existing Agent pool id within the organization which has Private VCS support enabled via Premium SKU.
9293

9394
## Attributes Reference
9495

0 commit comments

Comments
 (0)