Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.50.0
->0.51.1
Release Notes
hashicorp/terraform-provider-tfe (tfe)
v0.51.1
Compare Source
BUG FIXES:
r/tfe_admin_organization_settings
: Fixed default provider organization usage, by @brandonc 1183r/tfe_registry_gpg_key
: Fixed update plans when using default organization, by @brandonc 1190/r/tfe_workspace_settings
: Fix compatibility with older versions of Terraform Enterprise when using agent execution by @brandonc 1193v0.51.0
Compare Source
DEPRECATIONS and BREAKING CHANGES:
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 1108organization
default in the provider configuration by @brandonc 1152r/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 1159FEATURES:
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 1096r/tfe_organization_default_settings
is a new resource to set thedefault_execution_mode
anddefault_agent_pool_id
for an organization, by @SwiftEngineer 1137'r/tfe_workspace_settings
Uses thetfe_organization_default_settings
default_execution_mode
anddefault_agent_pool_id
as the defaultexecution_mode
by @brandonc and @laurenolivia 1159r/tfe_registry_gpg_key
is a new resource for managing private registry GPG keys, by @tmatilai 1160d/tfe_registry_gpg_key
is a new data source to retrieve a private registry GPG key, by @tmatilai 1160d/tfe_registry_gpg_keys
is a new data source to retrieve all private registry GPG keys of an organization, by @tmatilai 1160ENHANCEMENTS:
d/tfe_organization
: Makename
argument optional if configured for the provider, by @tmatilai 1133Configuration
📅 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.