Skip to content

Releases: hashicorp/terraform-provider-tfe

v0.39.0

18 Nov 16:57
917f4bf
Compare
Choose a tag to compare

FEATURES:

  • r/tfe_workspace_run_task: Removed beta notices on the stage attribute for workspace run tasks. (#669)
  • r/registry_module: Adds no_code field. (#673)
  • r/tfe_organization: Add allow_force_delete_workspaces attribute to set whether admins are permitted to delete workspaces with resource under management. (#661)
  • r/tfe_workspace: Add force_delete attribute to set whether workspaces will be force deleted when removed through the provider. Otherwise, they will be safe deleted. (#675)
  • r/tfe_notification_configuration: Add assessment triggers to notifications (#676)

v0.38.0 (October 24, 2022)

FEATURES:

  • d/tfe_oauth_client: Adds name, service_provider, service_provider_display_name, organization, callback_url, and created_at fields, and enables searching for an OAuth client with organization, name, and service_provider. (#599)
  • d/tfe_organization_members: Add datasource for organization_members that returns a list of active members and members with pending invite in an organization. (#635)
  • d/tfe_organization_membership: Add new argument username to enable fetching an organization membership by username. (#660)
  • r/tfe_organization_membership: Add new computed attribute username. (#660)
  • r/tfe_team_organization_members: Add resource for managing team members via organization membership IDs (#617)

BUG FIXES:

  • r/tfe_workspace: When assessments_enabled was the only change in to the resource the workspace was not being updated (#641)

NOTES:

  • The provider is now using go 1.18. (#643, #646)

v0.37.0 (September 28, 2022)

FEATURES:

  • r/tfe_workspace: Changes in agent_pool_id and execution_mode attributes are now detected and applied. (#607)
  • r/tfe_workspace_run_task, d/tfe_workspace_run_task: Add stage attribute to workspace run tasks. (#555)
  • r/tfe_workspace_policy_set: Add ability to attach an existing workspace to an existing policy set. (#591)
  • Add attributes for health assessments (drift detection) - available only in Terraform Cloud (550):
    • r/tfe_workspace: Add attribute assessments_enabled
    • d/tfe_workspace: Add attribute assessments_enabled
    • r/tfe_organization: Added attribute assessments_enforced
    • d/tfe_organization: Added attribute assessments_enforced

BUG FIXES:

  • Bump terraform-plugin-go to v0.6.0, due to a crash when tfe_outputs had null values. (#611)
  • r/tfe_workspace: Fix documentation of file_triggers_enabled default. (#627)
  • r/tfe_variable_set: Fix panic when applying variable set to workspaces fails (#628)

v0.36.0 (August 16th, 2022)

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • d/tfe_policy_set: Add datasource for policy_set (#592)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

0.35.0 (July 27th, 2022)

BREAKING CHANGES:

  • r/tfe_organization: admin_settings attribute was removed after being released prematurely in 0.34.0, breaking existing configurations due to requiring a token with admin privileges (#573)

BUG FIXES:

  • r/tfe_registry_module: Added Computed modifier to attributes in order to prevent unnecessary resource replacement (#572)

0.34.0 (July 26th, 2022)

BUG FIXES:

  • Removed nonworking example from tfe_variable_set docs (#562)
  • Removed ForceNew modifier from name attribute in r/tfe_team (#566)
  • r/tfe_workspace: Fix trigger-prefixes could not be updated because of the conflict with trigger-patterns in some cases - as described in this GitHub Issue (#564)

FEATURES:

  • d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools (#508)
  • Added warning logs for 404 error responses (#538)
  • r/tfe_registry_module: Add ability to create both public and private registry_modules without VCS. (#546)

DEPRECATION NOTICE:

  • The registry_modules import format <ORGANIZATION>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> has been deprecated in favour of <ORGANIZATION>/<REGISTRY_NAME>/<NAMESPACE>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> to support public and private registry_modules.

0.33.0 (July 8th, 2022)

FEATURES:

  • New Resource: tfe_workspace_variable_set (#537) adds the ability to assign a variable set to a workspace in a single, flexible resource.
  • r/tfe_workspace, d/tfe_workspace: trigger-patterns (#502) attribute is introduced to support specifying a set of glob patterns for automatic VCS run triggering.
  • r/organization: Add workspace_limit setting, available only in Terraform Enterprise (#521)

DEPRECATION NOTICE: The workspace_ids argument on tfe_variable_set has been labelled as deprecated and should not be used in conjunction with tfe_workspace_variable_set.

0.32.1 (June 21st, 2022)

BUG FIXES:

  • Fixed a bug in the latest release where a team data source could be populated with the wrong team. (#530)

0.32.0 (June 20th, 2022)

0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.

BREAKING CHANGES:

  • Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
  • r/tfe_workspace: Default value of the file_triggers_enabled field is changed to false. This will align the
    file_triggers_enabled field default value with the default value for the same field in the
    TFC API.
    If the value of the file_triggers_enabled field was not explicitly set and either of the fields working_directory
    (not an empty string) or trigger_prefixes was used - to keep the behavior unchanged, the file_trigger_enabled
    field should now explicitly be set to true. (#510)
  • r/tfe_team_access: The permissions attribute requires run_tasks in the block. (#487)

BUG FIXES:

  • Prevent overwriting vcs_repo attributes in r/tfe_workspace when update API call fails (#498)
  • Fix panic crash on trigger_prefixes update in r/tfe_workspace when given empty strings (#518)

FEATURES:

  • r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
  • New Resource: tfe_organization_run_task (#488)
  • New Resource: tfe_workspace_run_task (#488)
  • New Data Source: d/tfe_organization_run_task ([#488](https://github.com/h...
Read more

v0.38.0

24 Oct 22:44
7ae789a
Compare
Choose a tag to compare

FEATURES:

  • d/tfe_oauth_client: Adds name, service_provider, service_provider_display_name, organization, callback_url, and created_at fields, and enables searching for an OAuth client with organization, name, and service_provider. (#599)
  • d/tfe_organization_members: Add datasource for organization_members that returns a list of active members and members with pending invite in an organization. (#635)
  • d/tfe_organization_membership: Add new argument username to enable fetching an organization membership by username. (#660)
  • r/tfe_organization_membership: Add new computed attribute username. (#660)
  • r/tfe_team_organization_members: Add resource for managing team members via organization membership IDs (#617)

BUG FIXES:

  • r/tfe_workspace: When assessments_enabled was the only change in to the resource the workspace was not being updated (#641)

NOTES:

  • The provider is now using go 1.18. (#643, #646)

v0.37.0 (September 28, 2022)

FEATURES:

  • r/tfe_workspace: Changes in agent_pool_id and execution_mode attributes are now detected and applied. (#607)
  • r/tfe_workspace_run_task, d/tfe_workspace_run_task: Add stage attribute to workspace run tasks. (#555)
  • r/tfe_workspace_policy_set: Add ability to attach an existing workspace to an existing policy set. (#591)
  • Add attributes for health assessments (drift detection) - available only in Terraform Cloud (550):
    • r/tfe_workspace: Add attribute assessments_enabled
    • d/tfe_workspace: Add attribute assessments_enabled
    • r/tfe_organization: Added attribute assessments_enforced
    • d/tfe_organization: Added attribute assessments_enforced

BUG FIXES:

  • Bump terraform-plugin-go to v0.6.0, due to a crash when tfe_outputs had null values. (#611)
  • r/tfe_workspace: Fix documentation of file_triggers_enabled default. (#627)
  • r/tfe_variable_set: Fix panic when applying variable set to workspaces fails (#628)

v0.36.0 (August 16th, 2022)

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • d/tfe_policy_set: Add datasource for policy_set (#592)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

0.35.0 (July 27th, 2022)

BREAKING CHANGES:

  • r/tfe_organization: admin_settings attribute was removed after being released prematurely in 0.34.0, breaking existing configurations due to requiring a token with admin privileges (#573)

BUG FIXES:

  • r/tfe_registry_module: Added Computed modifier to attributes in order to prevent unnecessary resource replacement (#572)

0.34.0 (July 26th, 2022)

BUG FIXES:

  • Removed nonworking example from tfe_variable_set docs (#562)
  • Removed ForceNew modifier from name attribute in r/tfe_team (#566)
  • r/tfe_workspace: Fix trigger-prefixes could not be updated because of the conflict with trigger-patterns in some cases - as described in this GitHub Issue (#564)

FEATURES:

  • d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools (#508)
  • Added warning logs for 404 error responses (#538)
  • r/tfe_registry_module: Add ability to create both public and private registry_modules without VCS. (#546)

DEPRECATION NOTICE:

  • The registry_modules import format <ORGANIZATION>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> has been deprecated in favour of <ORGANIZATION>/<REGISTRY_NAME>/<NAMESPACE>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> to support public and private registry_modules.

0.33.0 (July 8th, 2022)

FEATURES:

  • New Resource: tfe_workspace_variable_set (#537) adds the ability to assign a variable set to a workspace in a single, flexible resource.
  • r/tfe_workspace, d/tfe_workspace: trigger-patterns (#502) attribute is introduced to support specifying a set of glob patterns for automatic VCS run triggering.
  • r/organization: Add workspace_limit setting, available only in Terraform Enterprise (#521)

DEPRECATION NOTICE: The workspace_ids argument on tfe_variable_set has been labelled as deprecated and should not be used in conjunction with tfe_workspace_variable_set.

0.32.1 (June 21st, 2022)

BUG FIXES:

  • Fixed a bug in the latest release where a team data source could be populated with the wrong team. (#530)

0.32.0 (June 20th, 2022)

0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.

BREAKING CHANGES:

  • Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
  • r/tfe_workspace: Default value of the file_triggers_enabled field is changed to false. This will align the
    file_triggers_enabled field default value with the default value for the same field in the
    TFC API.
    If the value of the file_triggers_enabled field was not explicitly set and either of the fields working_directory
    (not an empty string) or trigger_prefixes was used - to keep the behavior unchanged, the file_trigger_enabled
    field should now explicitly be set to true. (#510)
  • r/tfe_team_access: The permissions attribute requires run_tasks in the block. (#487)

BUG FIXES:

  • Prevent overwriting vcs_repo attributes in r/tfe_workspace when update API call fails (#498)
  • Fix panic crash on trigger_prefixes update in r/tfe_workspace when given empty strings (#518)

FEATURES:

  • r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
  • New Resource: tfe_organization_run_task (#488)
  • New Resource: tfe_workspace_run_task (#488)
  • New Data Source: d/tfe_organization_run_task (#488)
  • New Data Source: d/tfe_workspace_run_task (#488)
  • r/tfe_notification_configuration: Add Microsoft Teams notification type (#484)
  • d/workspace_ids: Add exclude_tags to tfe_workspace_ids attributes (#523)

0.31.0 (April 21, 2022)

BUG FIXES:

  • Sensitive values within certain Authorization headers are now redacted from TRACE and DEBUG logs (#479)
  • r/tfe_variable_set: Clarified and fixed variable_set documentation and examples (#473) and (#472)

FEATURES:

  • r/team, d/team: Add sso_team_id to the tf...
Read more

v0.37.0

28 Sep 20:22
cd23111
Compare
Choose a tag to compare

FEATURES:

  • r/tfe_workspace: Changes in agent_pool_id and execution_mode attributes are now detected and applied. (#607)
  • r/tfe_workspace_run_task, d/tfe_workspace_run_task: Add stage attribute to workspace run tasks. (#555)
  • r/tfe_workspace_policy_set: Add ability to attach an existing workspace to an existing policy set. (#589)
  • Add attributes for health assessments (drift detection) - available only in Terraform Cloud (550):
    • r/tfe_workspace: Add attribute assessments_enabled
    • d/tfe_workspace: Add attribute assessments_enabled
    • r/tfe_organization: Added attribute assessments_enforced
    • d/tfe_organization: Added attribute assessments_enforced

BUG FIXES:

  • Bump terraform-plugin-go to v0.6.0, due to a crash when tfe_outputs had null values. (#611)
  • r/tfe_workspace: Fix documentation of file_triggers_enabled default. (#627)
  • r/tfe_variable_set: Fix panic when applying variable set to workspaces fails (#628)

v0.36.0 (August 16th, 2022)

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • d/tfe_policy_set: Add datasource for policy_set (#592)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

0.35.0 (July 27th, 2022)

BREAKING CHANGES:

  • r/tfe_organization: admin_settings attribute was removed after being released prematurely in 0.34.0, breaking existing configurations due to requiring a token with admin privileges (#573)

BUG FIXES:

  • r/tfe_registry_module: Added Computed modifier to attributes in order to prevent unnecessary resource replacement (#572)

0.34.0 (July 26th, 2022)

BUG FIXES:

  • Removed nonworking example from tfe_variable_set docs (#562)
  • Removed ForceNew modifier from name attribute in r/tfe_team (#566)
  • r/tfe_workspace: Fix trigger-prefixes could not be updated because of the conflict with trigger-patterns in some cases - as described in this GitHub Issue (#564)

FEATURES:

  • d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools (#508)
  • Added warning logs for 404 error responses (#538)
  • r/tfe_registry_module: Add ability to create both public and private registry_modules without VCS. (#546)

DEPRECATION NOTICE:

  • The registry_modules import format <ORGANIZATION>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> has been deprecated in favour of <ORGANIZATION>/<REGISTRY_NAME>/<NAMESPACE>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> to support public and private registry_modules.

0.33.0 (July 8th, 2022)

FEATURES:

  • New Resource: tfe_workspace_variable_set (#537) adds the ability to assign a variable set to a workspace in a single, flexible resource.
  • r/tfe_workspace, d/tfe_workspace: trigger-patterns (#502) attribute is introduced to support specifying a set of glob patterns for automatic VCS run triggering.
  • r/organization: Add workspace_limit setting, available only in Terraform Enterprise (#521)

DEPRECATION NOTICE: The workspace_ids argument on tfe_variable_set has been labelled as deprecated and should not be used in conjunction with tfe_workspace_variable_set.

0.32.1 (June 21st, 2022)

BUG FIXES:

  • Fixed a bug in the latest release where a team data source could be populated with the wrong team. (#530)

0.32.0 (June 20th, 2022)

0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.

BREAKING CHANGES:

  • Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
  • r/tfe_workspace: Default value of the file_triggers_enabled field is changed to false. This will align the
    file_triggers_enabled field default value with the default value for the same field in the
    TFC API.
    If the value of the file_triggers_enabled field was not explicitly set and either of the fields working_directory
    (not an empty string) or trigger_prefixes was used - to keep the behavior unchanged, the file_trigger_enabled
    field should now explicitly be set to true. (#510)
  • r/tfe_team_access: The permissions attribute requires run_tasks in the block. (#487)

BUG FIXES:

  • Prevent overwriting vcs_repo attributes in r/tfe_workspace when update API call fails (#498)
  • Fix panic crash on trigger_prefixes update in r/tfe_workspace when given empty strings (#518)

FEATURES:

  • r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
  • New Resource: tfe_organization_run_task (#488)
  • New Resource: tfe_workspace_run_task (#488)
  • New Data Source: d/tfe_organization_run_task (#488)
  • New Data Source: d/tfe_workspace_run_task (#488)
  • r/tfe_notification_configuration: Add Microsoft Teams notification type (#484)
  • d/workspace_ids: Add exclude_tags to tfe_workspace_ids attributes (#523)

0.31.0 (April 21, 2022)

BUG FIXES:

  • Sensitive values within certain Authorization headers are now redacted from TRACE and DEBUG logs (#479)
  • r/tfe_variable_set: Clarified and fixed variable_set documentation and examples (#473) and (#472)

FEATURES:

  • r/team, d/team: Add sso_team_id to the tfe_team attributes (#457)
  • New Authentication Method: Host-specific TF_TOKEN_... variable can be used for token authentication. See provider documentation for details. (#477)

0.30.2 (April 01, 2022)

BUG FIXES:

  • r/tfe_variable_set: Fixed import documentation and examples (#466)
  • r/tfe_variable: Fixed import documentation and examples (#466)

0.30.1 (April 01, 2022)

BUG FIXES:

  • d/tfe_variable_set: Renamed variable_sets data source to variable_set in documentation (#458)
  • r/tfe_variable_set: Fixed examples in documentation for specifying workspace_ids (#461)
  • r/tfe_variable_set: Fixed examples in documentation for variable_set_id (#462)

0.30.0 (March 29, 2022)

FEATURES:

Read more

v0.36.1

24 Aug 19:09
4b60bb1
Compare
Choose a tag to compare

BUG FIXES:

  • Bump terraform-plugin-go to v0.6.0, due to a crash when tfe_outputs had null values. (#611)

v0.36.0 (August 16th, 2022)

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

0.35.0 (July 27th, 2022)

BREAKING CHANGES:

  • r/tfe_organization: admin_settings attribute was removed after being released prematurely in 0.34.0, breaking existing configurations due to requiring a token with admin privileges (#573)

BUG FIXES:

  • r/tfe_registry_module: Added Computed modifier to attributes in order to prevent unnecessary resource replacement (#572)

0.34.0 (July 26th, 2022)

BUG FIXES:

  • Removed nonworking example from tfe_variable_set docs (#562)
  • Removed ForceNew modifier from name attribute in r/tfe_team (#566)
  • r/tfe_workspace: Fix trigger-prefixes could not be updated because of the conflict with trigger-patterns in some cases - as described in this GitHub Issue (#564)

FEATURES:

  • d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools (#508)
  • Added warning logs for 404 error responses (#538)
  • r/tfe_registry_module: Add ability to create both public and private registry_modules without VCS. (#546)

DEPRECATION NOTICE:

  • The registry_modules import format <ORGANIZATION>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> has been deprecated in favour of <ORGANIZATION>/<REGISTRY_NAME>/<NAMESPACE>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> to support public and private registry_modules.

0.33.0 (July 8th, 2022)

FEATURES:

  • New Resource: tfe_workspace_variable_set (#537) adds the ability to assign a variable set to a workspace in a single, flexible resource.
  • r/tfe_workspace, d/tfe_workspace: trigger-patterns (#502) attribute is introduced to support specifying a set of glob patterns for automatic VCS run triggering.
  • r/organization: Add workspace_limit setting, available only in Terraform Enterprise (#521)

DEPRECATION NOTICE: The workspace_ids argument on tfe_variable_set has been labelled as deprecated and should not be used in conjunction with tfe_workspace_variable_set.

0.32.1 (June 21st, 2022)

BUG FIXES:

  • Fixed a bug in the latest release where a team data source could be populated with the wrong team. (#530)

0.32.0 (June 20th, 2022)

0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.

BREAKING CHANGES:

  • Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
  • r/tfe_workspace: Default value of the file_triggers_enabled field is changed to false. This will align the
    file_triggers_enabled field default value with the default value for the same field in the
    TFC API.
    If the value of the file_triggers_enabled field was not explicitly set and either of the fields working_directory
    (not an empty string) or trigger_prefixes was used - to keep the behavior unchanged, the file_trigger_enabled
    field should now explicitly be set to true. (#510)
  • r/tfe_team_access: The permissions attribute requires run_tasks in the block. (#487)

BUG FIXES:

  • Prevent overwriting vcs_repo attributes in r/tfe_workspace when update API call fails (#498)
  • Fix panic crash on trigger_prefixes update in r/tfe_workspace when given empty strings (#518)

FEATURES:

  • r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
  • New Resource: tfe_organization_run_task (#488)
  • New Resource: tfe_workspace_run_task (#488)
  • New Data Source: d/tfe_organization_run_task (#488)
  • New Data Source: d/tfe_workspace_run_task (#488)
  • r/tfe_notification_configuration: Add Microsoft Teams notification type (#484)
  • d/workspace_ids: Add exclude_tags to tfe_workspace_ids attributes (#523)

0.31.0 (April 21, 2022)

BUG FIXES:

  • Sensitive values within certain Authorization headers are now redacted from TRACE and DEBUG logs (#479)
  • r/tfe_variable_set: Clarified and fixed variable_set documentation and examples (#473) and (#472)

FEATURES:

  • r/team, d/team: Add sso_team_id to the tfe_team attributes (#457)
  • New Authentication Method: Host-specific TF_TOKEN_... variable can be used for token authentication. See provider documentation for details. (#477)

0.30.2 (April 01, 2022)

BUG FIXES:

  • r/tfe_variable_set: Fixed import documentation and examples (#466)
  • r/tfe_variable: Fixed import documentation and examples (#466)

0.30.1 (April 01, 2022)

BUG FIXES:

  • d/tfe_variable_set: Renamed variable_sets data source to variable_set in documentation (#458)
  • r/tfe_variable_set: Fixed examples in documentation for specifying workspace_ids (#461)
  • r/tfe_variable_set: Fixed examples in documentation for variable_set_id (#462)

0.30.0 (March 29, 2022)

FEATURES:

  • New Resource: tfe_variable (#452)
  • New Resource: tfe_variable_set (#452)
  • New Data Sources: d/tfe_variable_set, d/tfe_variables (#452)

0.29.0 (March 24, 2022)

BUG FIXES:

  • r/ssh_key: Removed ability to update ssh value, which never worked (#432)

ENHANCEMENTS:

  • r/team: Add manage_providers and manage_modules attributes to resource schema (#431)
  • Update go-tfe dependency to version 1.0.0 (#450)

0.28.1 (February 04, 2022)

BUG FIXES:

  • d/terraform_version: Backwards compatibility fix for importing Terraform versions from TFE installations that don't support filtering
    Terraform versions (#427)

0.28.0 (February 02, 2022)

FEATURES:

  • New Resource: tfe_terraform_version (#400)
  • New Resource: tfe_organization_module_sharing (#425)

ENHANCEMENTS:

  • r/workspace: Add support for importing workspaces using / pair (#401)
  • r/team: Show entitlement error when creating teams (#418)
  • Bump go-tfe de...
Read more

v0.36.0

16 Aug 15:48
2569514
Compare
Choose a tag to compare

FEATURES:

  • r/tfe_organization_run_task, d/tfe_organization_run_task: Add description attribute to organization run tasks. (#585)
  • r/tfe_workspace: Adds tags_regex attribute to vcs_repo for workspaces, enabling a workspace to trigger runs for matching Git tags. (#549)
  • r/agent_pool: Agent Pools can now be imported using <ORGANIZATION NAME>/<AGENT POOL NAME> (#561)

BUG FIXES:

  • d/tfe_outputs: Fix a bug causing sensitive values to be missing from tfe_outputs (#565)

v0.35.0

27 Jul 21:24
bdb7444
Compare
Choose a tag to compare

BREAKING CHANGES:

  • r/tfe_organization: admin_settings attribute was removed after being released prematurely in 0.34.0, breaking existing configurations due to requiring a token with admin privileges (#573)

BUG FIXES:

  • r/tfe_registry_module: Added Computed modifier to attributes in order to prevent unnecessary resource replacement (#572)

v0.34.0

26 Jul 21:26
81b587b
Compare
Choose a tag to compare

BUG FIXES:

  • Removed nonworking example from tfe_variable_set docs (#562)
  • Removed ForceNew modifier from name attribute in r/tfe_team (#566)
  • r/tfe_workspace: Fix trigger-prefixes could not be updated because of the conflict with trigger-patterns in some cases - as described in this GitHub Issue (#564)

FEATURES:

  • d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools (#508)
  • Added warning logs for 404 error responses (#538)
  • r/tfe_registry_module: Add ability to create both public and private registry_modules without VCS. (#546)

DEPRECATION NOTICE:

  • The registry_modules import format <ORGANIZATION>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> has been deprecated in favour of <ORGANIZATION>/<REGISTRY_NAME>/<NAMESPACE>/<REGISTRY MODULE NAME>/<REGISTRY MODULE PROVIDER>/<REGISTRY MODULE ID> to support public and private registry_modules.

v0.33.0

08 Jul 20:43
02c31ba
Compare
Choose a tag to compare

FEATURES:

  • New Resource: tfe_workspace_variable_set (#537) adds the ability to assign a variable set to a workspace in a single, flexible resource.
  • r/tfe_workspace, d/tfe_workspace: trigger-patterns (#502) attribute is introduced to support specifying a set of glob patterns for automatic VCS run triggering.

DEPRECATION NOTICE: The workspace_ids argument on tfe_variable_set has been labelled as deprecated and should not be used in conjunction with tfe_workspace_variable_set.

v0.32.1

22 Jun 19:37
9d53e0c
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed a bug in the latest release where a team data source could be populated with the wrong team. (#530)

v0.32.0

20 Jun 23:55
91b0fa9
Compare
Choose a tag to compare

0.32.0 is an impactful release that includes several bug fixes, support for run tasks and several breaking changes that you should review carefully.

BREAKING CHANGES:

  • Removed Authentication Method: Host-specific TF_TOKEN_... environment variable (added in 0.31.0) can no longer be used for token authentication. This method of authentication is incompatible with the Terraform Cloud remote execution model. Please use the TFE_TOKEN environment variable.
  • r/tfe_workspace: Default value of the file_triggers_enabled field is changed to false. This will align the
    file_triggers_enabled field default value with the default value for the same field in the
    TFC API.
    If the value of the file_triggers_enabled field was not explicitly set and either of the fields working_directory
    (not an empty string) or trigger_prefixes was used - to keep the behavior unchanged, the file_trigger_enabled
    field should now explicitly be set to true. (#510)
  • r/tfe_team_access: The permissions attribute requires run_tasks in the block. (#487)

BUG FIXES:

  • Prevent overwriting vcs_repo attributes in r/tfe_workspace when update API call fails (#498)
  • Fix panic crash on trigger_prefixes update in r/tfe_workspace when given empty strings (#518)

FEATURES:

  • r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes (#486)
  • New Resource: tfe_organization_run_task (#488)
  • New Resource: tfe_workspace_run_task (#488)
  • New Data Source: d/tfe_organization_run_task (#488)
  • New Data Source: d/tfe_workspace_run_task (#488)
  • r/tfe_notification_configuration: Add Microsoft Teams notification type (#484)