github hashicorp/terraform-provider-tfe v0.80.0

4 hours ago

BREAKING CHANGES:

  • r/tfe_workspace: The hyok_enabled attribute 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 any tfe_workspace which specifies hyok_enabled will see an error after upgrade, and will need to remove the attribute. By @JarrettSpiker #2134

ENHANCEMENTS:

  • r/tfe_project_notification_configuration: Add url_wo and url_wo_version attribute support. By @Maed223 #2150
  • r/tfe_provider_set, d/tfe_provider_set: Add priority support for managing whether a Provider Set takes priority over Provider Sets with more specific scopes. By @AadarshIBM #2154
  • r/tfe_workspace_run: Add optional allow_config_version_missing argument to apply and destroy blocks. When set to true, 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 is false). By @shwetamurali #2145
  • r/tfe_registry_module: The vcs_repo VCS connection (identifier, oauth_token_id, and github_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 where hyok_enabled was 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 #2134
  • r/tfe_project_notification_configuration: Fix Provider produced inconsistent result after apply error on the sensitive token attribute when creating a configuration (such as slack) without a token. By @Maed223 #2140
  • r/tfe_project_notification_configuration: Fix Provider produced inconsistent result after apply errors on the triggers, email_addresses, and email_user_ids attributes when they are configured as an empty set ([]). By @Maed223 #2140

Don't miss a new terraform-provider-tfe release

NewReleases is sending notifications on new releases.