From 3760e718c41ea6db36f255a6c524a87e7401e167 Mon Sep 17 00:00:00 2001 From: gtownend <81193730+gtownend@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:04:12 +0100 Subject: [PATCH 1/2] Fix default in tfe_workspace documentation --- CHANGELOG.md | 1 + website/docs/r/workspace.html.markdown | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441954306..72081d678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: BUG FIXES: * Bump `terraform-plugin-go` to `v0.6.0`, due to a crash when `tfe_outputs` had null values. ([#611](https://github.com/hashicorp/terraform-provider-tfe/pull/611)) +* r/tfe_workspace: Fix documentation of file_triggers_enabled default. ## v0.36.0 (August 16th, 2022) diff --git a/website/docs/r/workspace.html.markdown b/website/docs/r/workspace.html.markdown index baf26fa92..5649a12de 100644 --- a/website/docs/r/workspace.html.markdown +++ b/website/docs/r/workspace.html.markdown @@ -70,7 +70,7 @@ The following arguments are supported: for state storage only. This value _must not_ be provided if `operations` is provided. * `file_triggers_enabled` - (Optional) Whether to filter runs based on the changed files - in a VCS push. Defaults to `false`. If enabled, the working directory and + in a VCS push. Defaults to `true`. If enabled, the working directory and trigger prefixes describe a set of paths which must contain changes for a VCS push to trigger a run. If disabled, any push will trigger a run. * `global_remote_state` - (Optional) Whether the workspace allows all workspaces in the organization to access its state data during runs. If false, then only specifically approved workspaces can access its state (`remote_state_consumer_ids`). From 8868d23dd633282860edc77753e43fb0d23d47d5 Mon Sep 17 00:00:00 2001 From: gtownend <81193730+gtownend@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:10:09 +0100 Subject: [PATCH 2/2] add PR link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72081d678..19e63dd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ FEATURES: BUG FIXES: * Bump `terraform-plugin-go` to `v0.6.0`, due to a crash when `tfe_outputs` had null values. ([#611](https://github.com/hashicorp/terraform-provider-tfe/pull/611)) -* r/tfe_workspace: Fix documentation of file_triggers_enabled default. +* r/tfe_workspace: Fix documentation of file_triggers_enabled default. ([#627](https://github.com/hashicorp/terraform-provider-tfe/pull/627)) ## v0.36.0 (August 16th, 2022)