Skip to content

Releases: hashicorp/terraform-provider-tfe

v0.62.0

19 Dec 22:16
343aca1
Compare
Choose a tag to compare

v0.62.0

FEATURES:

  • r/tfe_variable_set: Add parent_project_id attribute, by @mkam #1522

v0.61.0

DEPRECATIONS:

  • r/tfe_workspace: global_remote_state and remote_state_consumer_ids have been deprecated and moved to tfe_workspace_settings (see ENHANCEMENTS below for more details)

FEATURES:

  • r/tfe_audit_trail_token is a new resource for managing audit trail tokens in organization, by @glensarti and @c4po 1533

v0.60.1

BUG FIXES:

  • r/tfe_policy: enforcement level can be updated on OPA policies by @glennsarti #1521

ENHANCEMENTS:

  • r/tfe_workspace_settings: global_remote_state and remote_state_consumer_ids can now be managed using tfe_workspace_settings. This enhancement avoids the possibility of a mutual dependency between two or more workspaces that may access each others' state by @brandonc #1524

v0.60.0

BUG FIXES:

  • r/tfe_no_code_module: Wait for the registry module version to be created before creating the no-code-module. Also, the version_pin attribute must be set when variable options are created by @dsa0x #1504
  • r/tfe_workspace_run_task: Do not error when reading workspace tasks that no longer exist by @glennsarti #1500
  • r/tfe_organization_run_task: Do not error when reading organization tasks that no longer exist by @glennsarti #1500
  • r/tfe_organization_run_task_global_settings: Do not error when reading organization task global settings that no longer exist by @glennsarti #1500

FEATURES:

  • r/tfe_organization: Add speculative_plan_management_enabled attribute, by @lilincmu #1509
  • d/tfe_organization: Add speculative_plan_management_enabled attribute, by @lilincmu #1509

v0.59.0

BREAKING CHANGES

  • r/tfe_team: Default "secret" visibility has been removed from tfe_team because it now requires explicit or owner access. The default, "organization", is now computed by the platform. by @brandonc #1439

BUG FIXES:

  • r/tfe_workspace_run_task: The Workspace Run Task resource will use the stages attribute by @glennsarti #1459

v0.58.0

ENHANCEMENTS:

BUG FIXES:

  • r/tfe_workspace html_url is now planned to be recomputed when name changes. Previously, changed values would show up on the next plan, by @brandonc 1422

v0.57.1

  • r/tfe_stack initial support for this BETA feature was released in v0.57.0 but the documentation link was broken and it was not mentioned in the release notes. NOTE: This resource is subject to change and has limited support in HCP Terraform.
  • d/tfe_github_app_installation the documentation link for this resource was incorrectly named tfe_github_installation

v0.57.0

FEATURES:

  • r/tfe_data_retention_policy is a new resource for managing data retention policies for organizations and workspaces, by @SwiftEngineer 1385
  • r/tfe_team: Add attribute manage_agent_pools to organization_access on tfe_team by @emlanctot #1358
  • r/tfe_workspace: Add an auto_destroy_activity_duration attribute for automatic scheduling of auto-destroy runs based off of workspace activity, by @notchairmk #1377
  • d/tfe_workspace: Add an auto_destroy_activity_duration, by @notchairmk #1377
  • d/tfe_organization_run_task_global_settings: Add a datasource to retrieve the global settings of Run tasks, by @glennsarti #1328
  • r/tfe_organization_run_task_global_settings: Add a resource to manage the global settings of Run tasks, by @glennsarti #1328
  • r/tfe_notification_configuration: Add workspace:auto_destroy_reminder and workspace:auto_destroy_run_results as allowed notification configuration trigger types, by @notchairmk #1394
  • r/tfe_workspace_settings: Remove workspace and agent pool ID validations, by @joekarl 1418
  • r/tfe_team_project_access: Remove project ID validation, by @joekarl 1418

DEPRECATIONS and BREAKING CHANGES:

  • r/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @glennsarti #1328
  • d/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @glennsarti #1328

v0.56.0

ENHANCEMENTS:

  • r/tfe_oauth_client: Add Bitbucket Data Center support with the bitbucket_data_center option for service_provider by @zainq11 #1303
  • r/tfe_workspace: Add an auto_destroy_at attribute for scheduling an auto-destroy run in the future, by @notchairmk 1354
  • d/tfe_workspace: Add an auto_destroy_at attribute for reading a scheduled auto-destroy, by @notchairmk 1354
  • r/tfe_registry_module: Add initial_version support for Branch Based Modules by @aaabdelgany #1363
  • r/tfe_oauth_client: Add agent_pool_id as an optional argument to enable Private VCS support, by @roleesinhaHC 1255
  • r/tfe_project: Increase the Project name length from 36 to 40 characters @hs26gill #1351

BUG FIXES:

  • r/tfe_registry_module: Prevents constant diff after a successful apply when tags and tests_enabled is not set by @Uk1288 #1357

FEATURES:

  • New Data Source: d/tfe_projects is a new data source to retrieve all projects in an organization, by @tdevelioglu

v0.55.0

FEATURES:

  • r/tfe_team: Add attributes manage_teams, manage_organization_access, and access_secret_teams to organization_access on tfe_team by @juliannatetreault #1313

NOTES:

  • This release's changes have been edited for correctness. #1351 (r/tfe_project: Increase the Project name length from 36 to 40 characters) was erroneously reported as included in the v0.55.0 release. Those changes have been included in v0.56.0.

v0.54.0

ENHANCEMENTS:

FEATURES:

  • d/tfe_oauth_client: Add project_ids attribute, by @Netra2104 1148
  • d/tfe_oauth_client: Add organization_scoped attribute, by @Netra2104 1148
  • New Resource: r/tfe_project_oauth_client attaches/detaches an existing project to an existing oauth client, by @Netra2104 1144
  • New Resource: r/tfe_test_variable is a new resource for creating environment variables used by registry modules for terraform test, by @aaabdelgany 1285

BUG FIXES:

  • r/tfe_organization_default_settings: Fix import resource address documentation by @Uk1288 #1324

v0.53.0

ENHANCEMENTS:

FEATURES:

  • r/tfe_workspace: Add ignore_additional_tag_names which explicitly ignores tag_names not defined by config so they will not be overwritten by the configured tags, by @brandonc and @mbillow 1254
  • r/tfe_oauth_client: Add organization_scoped attribute, by @Netra2104 1142

BUG FIXES:

  • r/tfe_registry_module: Fix registry module always triggering re-creation when an organization i...
Read more

v0.61.0

12 Dec 22:04
88c7362
Compare
Choose a tag to compare

DEPRECATIONS:

  • r/tfe_workspace: global_remote_state and remote_state_consumer_ids have been deprecated and moved to tfe_workspace_settings (see ENHANCEMENTS below for more details)

FEATURES:

  • r/tfe_audit_trail_token is a new resource for managing audit trail tokens in organization, by @glensarti and @c4po 1533

v0.60.1

14 Nov 22:57
fd5149f
Compare
Choose a tag to compare

BUG FIXES:

  • r/tfe_policy: enforcement level can be updated on OPA policies by @glennsarti #1521

v0.60.0

08 Nov 16:00
842fdd0
Compare
Choose a tag to compare

BUG FIXES:

  • r/tfe_no_code_module: Wait for the registry module version to be created before creating the no-code-module. Also, the version_pin attribute must be set when variable options are created by @dsa0x #1504
  • r/tfe_workspace_run_task: Do not error when reading workspace tasks that no longer exist by @glennsarti #1500
  • r/tfe_organization_run_task: Do not error when reading organization tasks that no longer exist by @glennsarti #1500
  • r/tfe_organization_run_task_global_settings: Do not error when reading organization task global settings that no longer exist by @glennsarti #1500

FEATURES:

  • r/tfe_organization: Add speculative_plan_management_enabled attribute, by @lilincmu #1509
  • d/tfe_organization: Add speculative_plan_management_enabled attribute, by @lilincmu #1509

v0.59.0

02 Oct 16:51
10a4c81
Compare
Choose a tag to compare

BREAKING CHANGES

  • r/tfe_team: Default "secret" visibility has been removed from tfe_team because it now requires explicit or owner access. The default, "organization", is now computed by the platform. by @brandonc #1439

BUG FIXES:

  • r/tfe_workspace_run_task: The Workspace Run Task resource will use the stages attribute by @glennsarti #1459

v0.58.1

23 Aug 23:26
bffd1c7
Compare
Choose a tag to compare

Bug Fixes

  • Bump go-tfe for tfe_stack 'inconsistent state' error by @brandonc in #1448

v0.58.0

08 Aug 20:45
a6bf06c
Compare
Choose a tag to compare

ENHANCEMENTS:

BUG FIXES:

  • r/tfe_workspace html_url is now planned to be recomputed when name changes. Previously, changed values would show up on the next plan, by @brandonc 1422

v0.57.1

29 Jul 16:07
d82e459
Compare
Choose a tag to compare
  • r/tfe_stack initial support for this BETA feature was released in v0.57.0 but the documentation link was broken and it was not mentioned in the release notes. NOTE: This resource is subject to change and has limited support in HCP Terraform.
  • d/tfe_github_app_installation the documentation link for this resource was incorrectly named tfe_github_installation

v0.57.0

15 Jul 21:00
d98dc2b
Compare
Choose a tag to compare

FEATURES:

  • r/tfe_data_retention_policy is a new resource for managing data retention policies for organizations and workspaces, by @SwiftEngineer 1385
  • r/tfe_team: Add attribute manage_agent_pools to organization_access on tfe_team by @emlanctot #1358
  • r/tfe_workspace: Add an auto_destroy_activity_duration attribute for automatic scheduling of auto-destroy runs based off of workspace activity, by @notchairmk #1377
  • d/tfe_workspace: Add an auto_destroy_activity_duration, by @notchairmk #1377
  • d/tfe_organization_run_task_global_settings: Add a datasource to retrieve the global settings of Run tasks, by @glennsarti #1328
  • r/tfe_organization_run_task_global_settings: Add a resource to manage the global settings of Run tasks, by @glennsarti #1328
  • r/tfe_notification_configuration: Add workspace:auto_destroy_reminder and workspace:auto_destroy_run_results as allowed notification configuration trigger types, by @notchairmk #1394
  • r/tfe_workspace_settings: Remove workspace and agent pool ID validations, by @joekarl 1418
  • r/tfe_team_project_access: Remove project ID validation, by @joekarl 1418

DEPRECATIONS and BREAKING CHANGES:

  • r/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @glennsarti #1328
  • d/_workspace_run_task: The stage attribute has been deprecated in favor of the stages attribute, by @glennsarti #1328

v0.56.0

14 Jun 00:14
1da24dc
Compare
Choose a tag to compare

ENHANCEMENTS:

  • r/tfe_oauth_client: Add Bitbucket Data Center support with the bitbucket_data_center option for service_provider by @zainq11 #1303
  • r/tfe_workspace: Add an auto_destroy_at attribute for scheduling an auto-destroy run in the future, by @notchairmk 1354
  • d/tfe_workspace: Add an auto_destroy_at attribute for reading a scheduled auto-destroy, by @notchairmk 1354
  • r/tfe_registry_module: Add initial_version support for Branch Based Modules by @aaabdelgany #1363
  • r/tfe_oauth_client: Add agent_pool_id as an optional argument to enable Private VCS support, by @roleesinhaHC 1255
  • r/tfe_project: Increase the Project name length from 36 to 40 characters @hs26gill #1351

BUG FIXES:

  • r/tfe_registry_module: Prevents constant diff after a successful apply when tags and tests_enabled is not set by @Uk1288 #1357