diff --git a/CHANGELOG.md b/CHANGELOG.md index 441954306..19e63dd70 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. ([#627](https://github.com/hashicorp/terraform-provider-tfe/pull/627)) ## 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`).