Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Type Update Change
tfe (source) required_provider minor 0.61.00.73.0
tfe (source) required_provider minor 0.72.00.73.0

Release Notes

hashicorp/terraform-provider-tfe (tfe)

v0.73.0

Compare Source

ENHANCEMENTS:

FEATURES:

  • d/tfe_organization_audit_configuration: is a new resource for reading the auditing configuration for an organizations, by @​glennsarti-hashi #​1778

v0.72.0

Compare Source

FEATURES:

  • New resource: r/tfe_stack_variable_set for managing associations between variable sets and stacks.
  • r/tfe_variable_set: Adds stack_ids attribute for managing which stacks a variable set is applied to.
  • d/tfe_variable_set: Adds stack_ids computed attribute to retrieve which stacks a variable set is applied to.

v0.71.0

Compare Source

FEATURES:

  • New resource: r/tfe_vault_oidc_configuration for managing Vault OIDC configurations. by @​helenjw #​1835
  • New resource: r/tfe_aws_oidc_configuration for managing AWS OIDC configurations. by @​helenjw #​1835
  • New resource: r/tfe_gcp_oidc_configuration for managing GCP OIDC configurations. by @​helenjw #​1835
  • New resource: r/tfe_azure_oidc_configuration for managing Azure OIDC configurations. by @​helenjw. #​1835
  • New resource: r/tfe_hyok_configuration for managing HYOK configurations. by @​helenjw #​1835
  • New Data Source: d/hyok_customer_key_version is a new data source for finding HYOK customer key versions. by @​dominicretli #​1842
  • New Data Source: d/hyok_encrypted_data_key is a new data source for finding HYOK encrypted data keys. by @​dominicretli #​1842
  • r/tfe_organization: Adds the enforce_hyok boolean attribute, by @​iuri-slywitch-hashicorp.
  • d/tfe_organization: Adds the enforce_hyok boolean attribute, by @​iuri-slywitch-hashicorp.
  • r/tfe_workspace: Adds the hyok_enabled read-only boolean attribute, by @​iuri-slywitch-hashicorp.
  • d/tfe_workspace: Adds the hyok_enabled read-only boolean attribute, by @​iuri-slywitch-hashicorp.
  • d/tfe_workspace: Adds support for additional read-only attributes: locked, created_at, updated_at, environment, apply_duration_average, plan_duration_average, source, setting_overwrites, permissions, and actions. By @​rageshganeshkumar.

v0.70.0

Compare Source

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

Compare Source

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_registry_module: Add support for agent_execution_mode and agent_pool_id attributes in test_config block to enable running registry module tests on custom agent pools. By @​hashimoon #​1832
  • 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

Compare Source

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

Compare Source

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

Compare Source

FEATURES:

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

v0.67.1

Compare Source

BUG FIXES:

v0.67.0

Compare Source

ENHANCEMENTS:

v0.66.0

Compare Source

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

Compare Source

BUG FIXES:

v0.65.1

Compare Source

BUG FIXES:

v0.65.0

Compare Source

FEATURES:

Note: New tag attributes are only available in HCP Terraform and Terraform Enterprise releases v202504-1 or later

  • New Ephemeral Resource: tfe_audit_trail_token is a new ephemeral resource for creating and managing audit trail tokens, by @​uturunku1 #​1675

  • New Ephemeral Resource: tfe_organization_token is a new ephemeral resource for creating and managing organization tokens, by @​ctrombley #​1616

  • New Ephemeral Resource: tfe_team_token is a new ephemeral resource for creating and managing team tokens in an organization, by @​shwetamurali and @​ctrombley #​1628

  • New Ephemeral Resource: tfe_agent_token is a new ephemeral resource for creating and managing agent tokens, by @​uturunku1 (#​1627)

  • New Ephemeral Resource: tfe_outputs is a new ephemeral resource for retrieving the state version outputs of a workspace without writing sensitive data to the state file, by @​ctrombley #​1640

  • New Data Source: tfe_registry_module is a new data source for finding
    registry modules by @​drewmullen and @​danquack #​1667

  • New Ephemeral Resource: agent_token is a new ephemeral
    resource for creating and managing agent tokens, by @​uturunku1 (#​1627)

  • r/tfe_project: Adds tags and ignore_additional_tags attribute, by @​sebasslash #​1543

  • r/tfe_workspace: Adds tags, ignore_additional_tags and effective_tags attribute, by @​sebasslash #​1543

  • d/tfe_project: Adds the effective_tags attribute, by @​sebasslash #​1543

  • d/tfe_workspace: Adds the effective_tags attribute which reflects all effective tags computed on the workspace, by @​sebasslash #​1543

  • d/tfe_workspace_ids: Adds the tag_filters attribute which filters the list of workspace IDs specified by the include or exclude fields, by @​sebasslash #​1543

ENHANCEMENTS:

BUG FIXES:

  • r/tfe_oauth_client: Ensure oauth_token_id updates register when performing a terraform apply, by @​hashimoon #​1631

v0.64.0

Compare Source

FEATURES:

  • r/tfe_project: Add auto_destroy_activity_duration field to the project resource, which automatically propagates auto-destroy settings to workspaces 1550
  • d/tfe_project: Add auto_destroy_activity_duration field to the project datasource 1550
  • r/tfe_team_project_access: Add variable_sets attribute to project_access, by @​mkam #​1565

BUG FIXES:

  • r/tfe_stack: Fix serialization issue when using github app installation within vcs_repo block, by @​mjyocca #​1572

  • r/tfe_workspace_settings: Prevent fetching of all workspaces as the remote_state_consumer_ids when global_remote_state is set to true, by @​uk1288 #​1606

v0.63.0

Compare Source

BUG FIXES:

  • r/tfe_workspace_settings: Allow multiple unknown values in remote_state_consumer_ids, by @​brandonc #​1569

FEATURES:

  • New Resource: tfe_team_notification_configuration is a new resource for managing team notification configurations, by @​jfreda (#​1540)

v0.62.0

Compare Source

FEATURES:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tfe-0.x branch from 040f8e7 to b848345 Compare December 15, 2025 18:17
@renovate renovate bot changed the title chore(deps): update terraform tfe to v0.71.0 chore(deps): update terraform tfe to v0.72.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/tfe-0.x branch from b848345 to 82652cc Compare December 15, 2025 22:36
@renovate renovate bot changed the title chore(deps): update terraform tfe to v0.72.0 chore(deps): update terraform tfe to v0.73.0 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/tfe-0.x branch 2 times, most recently from 4ce4fb2 to 64e5c79 Compare January 12, 2026 09:22
@s3lcsum s3lcsum force-pushed the main branch 2 times, most recently from 97ef9e6 to 9bd9402 Compare January 12, 2026 09:27
@renovate renovate bot force-pushed the renovate/tfe-0.x branch from 64e5c79 to d8a5f3a Compare January 12, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant