github hashicorp/terraform-provider-tfe v0.51.0

latest releases: v0.58.1, v0.58.0, v0.57.1...
9 months ago

DEPRECATIONS and BREAKING CHANGES:
This release contains some argument deprecations and subtle behavior changes when unsetting the deprecated arguments.

  • r/tfe_workspace: execution_mode and agent_pool_id attributes have been deprecated in favor of a new resource, tfe_workspace_settings. Note that these fields no longer compute defaults which is consistent with using a new resource to manage these same settings. In practice, this means that if you unset execution_mode or agent_pool_id without also creating a tfe_workspace_settings, the setting will no longer revert to the default "remote" mode. To migrate, relocate the execution_mode and agent_pool_id arguments to tfe_workspace_settings.

BUG FIXES:

  • r/tfe_policy: Fix the provider ignoring updates to the query field, by @skeggse 1108
  • Fix the undetected change when modifying the organization default in the provider configuration by @brandonc 1152
  • New resource r/tfe_workspace_settings: Can be used to break any circular dependency between tfe_workspace and tfe_agent_pool_allowed_workspaces by managing the agent_pool_id for a Workspace by @brandonc 1159

FEATURES:

  • d/tfe_registry_module: Add vcs_repo.tags and vcs_repo.branch attributes to allow configuration of publishing_mechanism. Add test_config to support running tests on branch-based registry modules, by @hashimoon 1096
  • New Resource: r/tfe_organization_default_settings is a new resource to set the default_execution_mode and default_agent_pool_id for an organization, by @SwiftEngineer 1137'
  • New Resource: r/tfe_workspace_settings Uses the tfe_organization_default_settings default_execution_mode and default_agent_pool_id as the default execution_mode by @brandonc and @laurenolivia 1159
  • New Resource: r/tfe_registry_gpg_key is a new resource for managing private registry GPG keys, by @tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_key is a new data source to retrieve a private registry GPG key, by @tmatilai 1160
  • New Data Source: d/tfe_registry_gpg_keys is a new data source to retrieve all private registry GPG keys of an organization, by @tmatilai 1160

ENHANCEMENTS:

  • d/tfe_organization: Make name argument optional if configured for the provider, by @tmatilai 1133

Don't miss a new terraform-provider-tfe release

NewReleases is sending notifications on new releases.