BREAKING CHANGES:
All resources have been upgraded to use the latest Terraform plugin protocol. This provider now requires a Terraform version of v1.0.0 or later.
ENHANCEMENTS:
r/tfe_oauth_client
: Theoauth_token
attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Useterraform apply -replace
to force replacement. By @lilincmu #1825
FEATURES:
r/tfe_registry_module
: Addsource_directory
andtag_prefix
registry module support for private registry monorepository, which is a beta feature and not available to all users, by @jillirami (#1800)r/tfe_stack
Adds support for managing agent pools on a Stack, by @Maed223 #1836r/tfe_terraform_version
: Adds support for specifying architecture-specific binaries using thearchs
attribute, by @kelsi-hoyle 1762r/tfe_opa_version
: Adds support for specifying architecture-specific binaries using thearchs
attribute, by @kelsi-hoyle 1762r/tfe_sentinel_version
: Adds support for specifying architecture-specific binaries using thearchs
attribute, by @kelsi-hoyle 1762
DEPRECATIONS:
r/tfe_terraform_version
: Theurl
andsha
attributes are deprecated and will be removed in a future version. Use thearchs
attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762r/tfe_opa_version
: Theurl
andsha
attributes are deprecated and will be removed in a future version. Use thearchs
attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762r/tfe_sentinel_version
: Theurl
andsha
attributes are deprecated and will be removed in a future version. Use thearchs
attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle 1762r/tfe_oauth_client
: Theoauth_token
attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Useterraform apply -replace
to force replacement. By @lilincmu #1825r/tfe_test_variable
: Add missing argument reference and attributes documentation (#1625)
BUG FIXES:
r/tfe_notification_configuration
: update url attribute to be sensitive, by @jillirami #1799d/tfe_project
: fixes: 'duplicate set element' error, as workspaces can appear multiple times in get /workspaces, by @lewis-catley #1817r/tfe_workspace
: fixed documentation Example Usages to use thetfe_organization.test-organization.name
as organization namer/tfe_workspace_run
: fixed documentation Example Usages to use thetfe_organization.test-organization.name
as organization name