Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps hashicorp/tfe from 0.57.0 to 0.68.2.

Release notes

Sourced from hashicorp/tfe's releases.

v0.68.2

No release notes provided.

v0.68.1

No release notes provided.

v0.68.0

FEATURES:

  • r/tfe_workspace_settings: offers more arguments for managing the workspace configuration, by @​drewmullen #1781

v0.67.1

BUG FIXES:

v0.67.0

No release notes provided.

v0.66.0

BUG FIXES:

  • d/tfe_outputs: fixes 'error inferring type for key' for output objects that had a key with null value. (#1709), by @​uturunku1 #1699
  • r/tfe_workspace_settings: fixes Provider produced inconsistent result after apply error when setting remote_state_consumer_ids to an empty set in config. #1728
  • ephemeral-resources/tfe_team_token: Ephemeral team tokens are now only valid within the context of a Terraform run, by @​ctrombley #1736

FEATURES:

  • r/tfe_team_token: Adds support for creating multiple team tokens for a single team by adding the description attribute, which must be unique per team, by @​mkam #1698

DEPRECATIONS:

  • ephemeral-resources/tfe_organization_token: Ephemeral organization tokens have been removed, by @​ctrombley #1736
  • ephemeral-resources/tfe_agent_token: Ephemeral agent tokens have been removed, by @​ctrombley #1736
  • ephemeral-resources/tfe_audit_trail_token: Ephemeral audit trail tokens have been removed, by @​ctrombley #1736

v0.65.2

BUG FIXES:

v0.65.1

BUG FIXES:

v0.65.0

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

v0.68.2

BUG FIXES:

  • r/tfe_workspace_settings: during create, true boolean values set on tfe_workspace can be overwritten if omitted from tfe_workspace_settings config. #1795

v0.68.1

BUG FIXES:

  • r/tfe_workspace_settings: remove the schema default for auto_apply in case it is managed by r/tfe_workspace #1787
  • r/tfe_workspace_settings: fixes an error when reading the workspace about an invalid include value when used with some versions of Terraform Enterprise #1788

v0.68.0

FEATURES:

  • r/tfe_workspace_settings: offers more arguments for managing the workspace configuration, by @​drewmullen #1781

v0.67.1

BUG FIXES:

v0.67.0

ENHANCEMENTS:

v0.66.0

BUG FIXES:

  • d/tfe_outputs: fixes 'error inferring type for key' for output objects that had a key with null value. (#1709), by @​uturunku1 #1699
  • r/tfe_workspace_settings: fixes Provider produced inconsistent result after apply error when setting remote_state_consumer_ids to an empty set in config. #1728
  • ephemeral-resources/tfe_team_token: Ephemeral team tokens are now only valid within the context of a Terraform run, by @​ctrombley #1736

FEATURES:

  • r/tfe_team_token: Adds support for creating multiple team tokens for a single team by adding the description attribute, which must be unique per team, by @​mkam #1698

DEPRECATIONS:

  • ephemeral-resources/tfe_organization_token: Ephemeral organization tokens have been removed, by @​ctrombley #1736
  • ephemeral-resources/tfe_agent_token: Ephemeral agent tokens have been removed, by @​ctrombley #1736
  • ephemeral-resources/tfe_audit_trail_token: Ephemeral audit trail tokens have been removed, by @​ctrombley #1736

v0.65.2

BUG FIXES:

... (truncated)

Commits
  • 217fe8d fix: read ws before creating tfe_workspace_settings (#1795)
  • e4f3261 bump VERSION (#1790)
  • 6c9882e prep README for release (#1789)
  • 1582807 Merge pull request #1788 from hashicorp/TF-27643-terraform-provider-tfe-gh-is...
  • 9afee44 return errWorkspaceNoLongerExists from readSettings
  • 7f96434 Update CHANGLOG
  • 189b52e fix: invalid include value when reading workspace
  • aa0ecd3 Merge pull request #1787 from hashicorp/TF-27640-provider-version-0-68-0-tfe-...
  • 385a902 Update CHANGELOG
  • 5bf9ce2 remove provider schema default for auto_apply
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.57.0 to 0.68.2.
- [Release notes](https://github.com/hashicorp/terraform-provider-tfe/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-tfe/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-tfe@v0.57.0...v0.68.2)

---
updated-dependencies:
- dependency-name: hashicorp/tfe
  dependency-version: 0.68.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Assignees

The following users could not be added as assignees: workloads/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the terraform Pull requests that update Terraform code label Aug 4, 2025
@dependabot dependabot bot requested a review from ksatirli as a code owner August 4, 2025 11:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #35.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/terraform/main/hashicorp/tfe-0.68.2 branch September 22, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant