0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.
BREAKING CHANGES:
- Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
- r/tfe_workspace: Default value of the
file_triggers_enabled
field is changed tofalse
. This will align the
file_triggers_enabled
field default value with the default value for the same field in the
TFC API.
If the value of thefile_triggers_enabled
field was not explicitly set and either of the fieldsworking_directory
(not an empty string) ortrigger_prefixes
was used - to keep the behavior unchanged, thefile_trigger_enabled
field should now explicitly be set totrue
. (#510) - r/tfe_team_access: The
permissions
attribute requiresrun_tasks
in the block. (#487)
BUG FIXES:
- Prevent overwriting
vcs_repo
attributes inr/tfe_workspace
when update API call fails (#498) - Fix panic crash on
trigger_prefixes
update inr/tfe_workspace
when given empty strings (#518)
FEATURES:
- r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
- New Resource:
tfe_organization_run_task
(#488) - New Resource:
tfe_workspace_run_task
(#488) - New Data Source: d/tfe_organization_run_task (#488)
- New Data Source: d/tfe_workspace_run_task (#488)
- r/tfe_notification_configuration: Add Microsoft Teams notification type (#484)