Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps hashicorp/tfe from 0.57.0 to 0.70.0.

Release notes

Sourced from hashicorp/tfe's releases.

v0.70.0

FEATURES:

  • d/tfe_agent_pool: Adds the allowed_project_ids and excluded_workspace_ids attributes, by @​tylerworlf #1822
  • r/tfe_agent_pool_allowed_projects: Adds support for scoping agent pools to projects, by @​tylerworlf #1822
  • r/tfe_agent_pool_excluded_workspaces: Adds support for excluding workspaces from the scope of agent pools, by @​tylerworlf #1822
  • r/tfe_project_settings: Adds support for managing project settings. This initially supports setting a default_execution_mode and default_agent_pool_id which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @​JarrettSpiker #1822

BUG FIXES:

  • r/tfe_workspace_settings: Prevent unintended clearing of workspace-level tags on the first apply when tags is unset by making tag updates sparse. By @​shwetamurali #1851

DEPRECATIONS:

v0.69.0

BREAKING CHANGES:

All resources have been upgraded to use the latest Terraform plugin protocol. This provider now requires a Terraform version of v1.0.0 or later.

ENHANCEMENTS:

  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @​lilincmu #1825

FEATURES:

  • r/tfe_registry_module: Add source_directory and tag_prefix registry module support for private registry monorepository, which is a beta feature and not available to all users, by @​jillirami (#1800)
  • r/tfe_stack Adds support for managing agent pools on a Stack, by @​maed223 #1836
  • r/tfe_terraform_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762
  • r/tfe_opa_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762
  • r/tfe_sentinel_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762

DEPRECATIONS:

  • r/tfe_terraform_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_opa_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_sentinel_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @​lilincmu #1825
  • r/tfe_test_variable: Add missing argument reference and attributes documentation (#1625)

BUG FIXES:

  • r/tfe_notification_configuration: update url attribute to be sensitive, by @​jillirami #1799
  • d/tfe_project: fixes: 'duplicate set element' error, as workspaces can appear multiple times in get /workspaces, by @​lewis-catley #1817
  • r/tfe_workspace: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name
  • r/tfe_workspace_run: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name

v0.68.2

No release notes provided.

v0.68.1

No release notes provided.

... (truncated)

Changelog

Sourced from hashicorp/tfe's changelog.

v0.70.0

FEATURES:

  • d/tfe_agent_pool: Adds the allowed_project_ids and excluded_workspace_ids attributes, by @​tylerworlf #1822
  • r/tfe_agent_pool_allowed_projects: Adds support for scoping agent pools to projects, by @​tylerworlf #1822
  • r/tfe_agent_pool_excluded_workspaces: Adds support for excluding workspaces from the scope of agent pools, by @​tylerworlf #1822
  • r/tfe_project_settings: Adds support for managing project settings. This initially supports setting a default_execution_mode and default_agent_pool_id which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @​JarrettSpiker #1822

BUG FIXES:

  • r/tfe_workspace_settings: Prevent unintended clearing of workspace-level tags on the first apply when tags is unset by making tag updates sparse. By @​shwetamurali #1851

DEPRECATIONS:

v0.69.0

BREAKING CHANGES:

All resources have been upgraded to use the latest Terraform plugin protocol. This provider now requires a Terraform version of v1.0.0 or later.

ENHANCEMENTS:

  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @​lilincmu #1825

FEATURES:

  • r/tfe_registry_module: Add source_directory and tag_prefix registry module support for private registry monorepository, which is a beta feature and not available to all users, by @​jillirami (#1800)
  • r/tfe_stack Adds support for managing agent pools on a Stack, by @​maed223 #1836
  • r/tfe_terraform_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762
  • r/tfe_opa_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762
  • r/tfe_sentinel_version: Adds support for specifying architecture-specific binaries using the archs attribute, by @​kelsi-hoyle 1762

DEPRECATIONS:

  • r/tfe_terraform_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_opa_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_sentinel_version: The url and sha attributes are deprecated and will be removed in a future version. Use the archs attribute to specify architecture-specific binaries going forward, by @​kelsi-hoyle 1762
  • r/tfe_oauth_client: The oauth_token attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use terraform apply -replace to force replacement. By @​lilincmu #1825
  • r/tfe_test_variable: Add missing argument reference and attributes documentation (#1625)

BUG FIXES:

  • r/tfe_notification_configuration: update url attribute to be sensitive, by @​jillirami #1799
  • d/tfe_project: fixes: 'duplicate set element' error, as workspaces can appear multiple times in get /workspaces, by @​lewis-catley #1817
  • r/tfe_workspace: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name
  • r/tfe_workspace_run: fixed documentation Example Usages to use the tfe_organization.test-organization.name as organization name

v0.68.2

BUG FIXES:

... (truncated)

Commits
  • 02ebd7e Merge pull request #1859 from hashicorp/changelog/one.seventy.zero
  • 2ba38c9 Skip CI test workflow with branche names that start with changelog/
  • 2e1d86d release prep
  • 0fd8c7b Merge pull request #1822 from hashicorp/tylerwolf/project-agent-pools
  • 7e26414 Merge pull request #1853 from hashicorp/d-cdktf-docs-17900874504-168
  • c4b85bb Fix bad changelog merge
  • 9668983 Merge branch 'main' into tylerwolf/project-agent-pools
  • 249013d Merge pull request #1855 from hashicorp/go-tfe-stacks-ga-update
  • 8bd4549 go mod tidy
  • a01f443 Remove deployment names attribute on stack model
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [hashicorp/tfe](https://github.com/hashicorp/terraform-provider-tfe) from 0.57.0 to 0.70.0.
- [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.70.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ksatirli as a code owner September 29, 2025 08:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Sep 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 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.

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