v0.65.0
FEATURES:
Note: New tag attributes are only available in HCP Terraform and Terraform Enterprise releases v202504-1
or later
-
New Ephemeral Resource:
tfe_audit_trail_token
is a new ephemeral resource for creating and managing audit trail tokens, by @uturunku1 #1675 -
New Ephemeral Resource:
tfe_organization_token
is a new ephemeral resource for creating and managing organization tokens, by @ctrombley #1616 -
New Ephemeral Resource:
tfe_team_token
is a new ephemeral resource for creating and managing team tokens in an organization, by @shwetamurali and @ctrombley #1628 -
New Ephemeral Resource:
tfe_agent_token
is a new ephemeral resource for creating and managing agent tokens, by @uturunku1 (#1627) -
New Ephemeral Resource:
tfe_outputs
is a new ephemeral resource for retrieving the state version outputs of a workspace without writing sensitive data to the state file, by @ctrombley #1640 -
New Data Source:
tfe_registry_module
is a new data source for finding
registry modules by @drewmullen and @danquack #1667 -
New Ephemeral Resource:
agent_token
is a new ephemeral
resource for creating and managing agent tokens, by @uturunku1 (#1627) -
r/tfe_project
: Addstags
andignore_additional_tags
attribute, by @sebasslash #1543 -
r/tfe_workspace
: Addstags
,ignore_additional_tags
andeffective_tags
attribute, by @sebasslash #1543 -
d/tfe_project
: Adds theeffective_tags
attribute, by @sebasslash #1543 -
d/tfe_workspace
: Adds theeffective_tags
attribute which reflects all effective tags computed on the workspace, by @sebasslash #1543 -
d/tfe_workspace_ids
: Adds thetag_filters
attribute which filters the list of workspace IDs specified by theinclude
orexclude
fields, by @sebasslash #1543
ENHANCEMENTS:
-
r/tfe_variable
: Addvalue_wo
write-only attribute, by @uturunku (#1639) -
r/tfe_test_variable
: Addvalue_wo
write-only attribute, by @uturunku (#1639) -
r/tfe_policy_set_parameter
: Addvalue_wo
write-only attribute, by @ctrombley (#1641) -
r/tfe_organization_run_task
: Addhmac_key_wo
write-only attribute, by @shwetamurali (#1646) -
r/tfe_saml_settings
: Addprivate_key_wo
write-only attribute, by @uturunku1 (#1660) -
r/tfe_ssh_key
: Addkey_wo
write-only attribute, by @ctrombley (#1659) -
r/tfe_team_notification_configuration
: Addtoken_wo
write-only attribute, by @shwetamurali (#1665) -
r/tfe_notification_configuration
: Addtoken_wo
write-only attribute, by @uturunku1 (#1664) -
r/tfe_workspace
: Do not force recreation of workspace if users do not providesource_name
orsource_url
. #1674
BUG FIXES:
r/tfe_oauth_client
: Ensureoauth_token_id
updates register when performing aterraform apply
, by @hashimoon #1631