You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***New Ephemeral Resource:**`tfe_audit_trail_token` is a new ephemeral resource for creating and managing audit trail tokens, by @uturunku1[#1675](https://github.com/hashicorp/terraform-provider-tfe/pull/1675)
8
6
9
-
***New Ephemeral Resource:**`tfe_organization_token` is a new ephemeral
10
-
resource for creating and managing organization tokens, by
***New Ephemeral Resource:**`tfe_organization_token` is a new ephemeral resource for creating and managing organization tokens, by @ctrombley[#1616](https://github.com/hashicorp/terraform-provider-tfe/pull/1616)
12
8
13
-
***New Ephemeral Resource:**`tfe_team_token` is a new ephemeral
14
-
resource for creating and managing team tokens in an organization, by
15
-
@shwetamurali and @ctrombley[#1628](https://github.com/hashicorp/terraform-provider-tfe/pull/1628)
9
+
***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](https://github.com/hashicorp/terraform-provider-tfe/pull/1628)
16
10
17
-
***New Ephemeral Resource:**`agent_token` is a new ephemeral
18
-
resource for creating and managing agent tokens, by @uturunku1 ([#1627](https://github.com/hashicorp/terraform-provider-tfe/pull/1627))
11
+
***New Ephemeral Resource:**`tfe_agent_token` is a new ephemeral resource for creating and managing agent tokens, by @uturunku1 ([#1627](https://github.com/hashicorp/terraform-provider-tfe/pull/1627))
12
+
13
+
***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](https://github.com/hashicorp/terraform-provider-tfe/pull/1640)
19
14
20
15
BUG FIXES:
21
16
*`r/tfe_oauth_client`: Ensure `oauth_token_id` updates register when performing a `terraform apply`, by @hashimoon[#1631](https://github.com/hashicorp/terraform-provider-tfe/pull/1631)
22
17
23
18
ENHANCEMENTS:
24
19
25
-
* resource/tfe_variable: Add `value_wo` write-only attribute, by @uturunku ([#1639](https://github.com/hashicorp/terraform-provider-tfe/pull/1639))
20
+
*`r/tfe_variable`: Add `value_wo` write-only attribute, by @uturunku ([#1639](https://github.com/hashicorp/terraform-provider-tfe/pull/1639))
21
+
22
+
*`r/tfe_test_variable`: Add `value_wo` write-only attribute, by @uturunku ([#1639](https://github.com/hashicorp/terraform-provider-tfe/pull/1639))
26
23
27
-
*resource/tfe_test_variable: Add `value_wo` write-only attribute, by @uturunku ([#1639](https://github.com/hashicorp/terraform-provider-tfe/pull/1639))
24
+
*`r/tfe_policy_set_parameter`: Add `value_wo` write-only attribute, by @ctrombley ([#1641](https://github.com/hashicorp/terraform-provider-tfe/pull/1641))
28
25
29
-
*resource/tfe_policy_set_parameter: Add `value_wo` write-only attribute, by @ctrombley ([#1641](https://github.com/hashicorp/terraform-provider-tfe/pull/1641))
26
+
*`r/tfe_organization_run_task`: Add `hmac_key_wo` write-only attribute, by @shwetamurali ([#1646](https://github.com/hashicorp/terraform-provider-tfe/pull/1646))
30
27
31
-
*resource/tfe_organization_run_task: Add `hmac_key_wo` write-only attribute, by @shwetamurali ([#1646](https://github.com/hashicorp/terraform-provider-tfe/pull/1646))
28
+
*`r/tfe_saml_settings`: Add `private_key_wo` write-only attribute, by @uturunku1 ([#1660](https://github.com/hashicorp/terraform-provider-tfe/pull/1660))
32
29
33
-
*resource/tfe_saml_settings: Add `private_key_wo` write-only attribute, by @uturunku1 ([#1660](https://github.com/hashicorp/terraform-provider-tfe/pull/1660))
30
+
*`r/tfe_ssh_key`: Add `key_wo` write-only attribute, by @ctrombley ([#1659](https://github.com/hashicorp/terraform-provider-tfe/pull/1659))
34
31
35
-
*resource/tfe_ssh_key: Add `key_wo` write-only attribute, by @ctrombley ([#1659](https://github.com/hashicorp/terraform-provider-tfe/pull/1659))
32
+
*`r/tfe_team_notification_configuration`: Add `token_wo` write-only attribute, by @shwetamurali ([#1665](https://github.com/hashicorp/terraform-provider-tfe/pull/1665))
36
33
37
-
* resource/tfe_team_notification_configuration: Add `token_wo` write-only attribute, by @shwetamurali ([#1665](https://github.com/hashicorp/terraform-provider-tfe/pull/1665))
38
-
39
-
* resource/tfe_notification_configuration: Add `token_wo` write-only attribute, by @uturunku1 ([#1664](https://github.com/hashicorp/terraform-provider-tfe/pull/1664))
34
+
*`r/tfe_notification_configuration`: Add `token_wo` write-only attribute, by @uturunku1 ([#1664](https://github.com/hashicorp/terraform-provider-tfe/pull/1664))
40
35
41
36
## v.0.64.0
42
37
@@ -51,9 +46,6 @@ BUG FIXES:
51
46
52
47
*`r/tfe_workspace_settings`: Prevent fetching of all workspaces as the `remote_state_consumer_ids` when `global_remote_state` is set to true, by @uk1288[#1606](https://github.com/hashicorp/terraform-provider-tfe/pull/1606)
53
48
54
-
ENHANCEMENTS:
55
-
***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](https://github.com/hashicorp/terraform-provider-tfe/pull/1640)
0 commit comments