What's Changed
BREAKING CHANGES:
r/tfe_variable: Fixed a bug where value_wo continuously resulted in new changes on every terraform apply. By @Uk1288 (#1983)r/tfe_variable: Added thevalue_wo_versionwrite-only attribute to allow triggering value_wo updates, by @Uk1288 (#1983)r/tfe_test_variable: Added thevalue_wo_versionwrite-only attribute to allow triggeringvalue_woupdates, by @Uk1288 (#1985)r/tfe_team_notification_configuration: Added thetoken_wo_versionwrite-only attribute to allow triggeringtoken_woupdates, by @Uk1288 (#1995)r/tfe_notification_configuration: Added thetoken_wo_versionwrite-only attribute to allow triggering token_wo updates, by @Uk1288 (#2001)r/tfe_organization_run_task: Added thehmac_key_wo_versionwrite-only attribute to allow triggeringhmac_key_woupdates, by @Uk1288 (#1992)r/tfe_policy_set_parameter: Added thevalue_wo_versionwrite-only attribute to allow triggeringvalue_woupdates, by @Uk1288 (#1984)r/tfe_saml_settings: Added theprivate_key_wo_versionwrite-only attribute to allow triggeringprivate_key_woupdates, by @Uk1288 (#1993)r/tfe_ssh_key: Added thekey_wo_versionwrite-only attribute to allow triggeringkey_woupdates, by @Uk1288 (#1994)
FEATURES:
- Adds
tfe_query_runaction, allowing users to invoke remote Terraform queries on HCP Terraform and Terraform Enterprise, by @sebasslash (#1982) - Adds
d/tfe_current_userdata source for retrieving information about the user associated with the configured API token, by @shaunakone (#1987) - Adds a warning message to
r/tfe_team_token,r/tfe_organization_tokenandr/tfe_audit_trail_tokenresources to indicate that if noexpired_atattribute is set, the token will expire in 2 years. By @sana-faraz (#1976)
New Contributors
- @sana-faraz made their first contribution in #1976
Full Changelog: v0.74.1...v0.75.0