DEPRECATIONS and BREAKING CHANGES:
This release contains some argument deprecations and subtle behavior changes when unsetting the deprecated arguments.
r/tfe_workspace
:execution_mode
andagent_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 unsetexecution_mode
oragent_pool_id
without also creating atfe_workspace_settings
, the setting will no longer revert to the default "remote" mode. To migrate, relocate theexecution_mode
andagent_pool_id
arguments totfe_workspace_settings
.
BUG FIXES:
r/tfe_policy
: Fix the provider ignoring updates to thequery
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 betweentfe_workspace
andtfe_agent_pool_allowed_workspaces
by managing theagent_pool_id
for a Workspace by @brandonc 1159
FEATURES:
d/tfe_registry_module
: Addvcs_repo.tags
andvcs_repo.branch
attributes to allow configuration ofpublishing_mechanism
. Addtest_config
to support running tests onbranch
-based registry modules, by @hashimoon 1096- New Resource:
r/tfe_organization_default_settings
is a new resource to set thedefault_execution_mode
anddefault_agent_pool_id
for an organization, by @SwiftEngineer 1137' - New Resource:
r/tfe_workspace_settings
Uses thetfe_organization_default_settings
default_execution_mode
anddefault_agent_pool_id
as the defaultexecution_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: