BREAKING CHANGES:
r/tfe_workspace: Thehyok_enabledattribute was incorrectly marked as optional, instead of computed and read-only. This means that it could be set in the configuration, even though it would have no effect on the HCP Terraform workspace. This bug has been resolved, but will mean that anytfe_workspacewhich specifieshyok_enabledwill see an error after upgrade, and will need to remove the attribute. By @JarrettSpiker #2134
ENHANCEMENTS:
r/tfe_project_notification_configuration: Addurl_woandurl_wo_versionattribute support. By @Maed223 #2150r/tfe_provider_set,d/tfe_provider_set: Addprioritysupport for managing whether a Provider Set takes priority over Provider Sets with more specific scopes. By @AadarshIBM #2154r/tfe_workspace_run: Add optionalallow_config_version_missingargument toapplyanddestroyblocks. When set totrue, runs that cannot be created due to a missing configuration version are treated as a no-op success instead of returning an error. Default behavior is unchanged (default value isfalse). By @shwetamurali #2145r/tfe_registry_module: Thevcs_repoVCS connection (identifier,oauth_token_id, andgithub_app_installation_id) can now be updated in place instead of forcing resource recreation. By @hashimoon #2124
BUG FIXES:
r/tfe_workspace: Fixed a provider bug wherehyok_enabledwas not being set as a computed read-only attribute, causing unreconcilable drift to occur when HYOK was enabled on a provider-managed workspace. By @JarrettSpiker #2134r/tfe_project_notification_configuration: FixProvider produced inconsistent result after applyerror on the sensitivetokenattribute when creating a configuration (such asslack) without atoken. By @Maed223 #2140r/tfe_project_notification_configuration: FixProvider produced inconsistent result after applyerrors on thetriggers,email_addresses, andemail_user_idsattributes when they are configured as an empty set ([]). By @Maed223 #2140