Skip to content

Commit aad469e

Browse files
authored
chore: use conventional formatting for changelog (#1676)
* chore: use conventional formatting for changelog * chore: move tfe_outputs changelog entry and re-enable flaky test
1 parent e89d1b8 commit aad469e

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

CHANGELOG.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,36 @@
22

33
FEATURES:
44

5-
* **New Ephemeral Resource:** `tfe_audit_trail_token` is a new ephemeral
6-
resource for creating and managing audit trail tokens, by
7-
@uturunku1 [#1675](https://github.com/hashicorp/terraform-provider-tfe/pull/1675)
5+
* **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)
86

9-
* **New Ephemeral Resource:** `tfe_organization_token` is a new ephemeral
10-
resource for creating and managing organization tokens, by
11-
@ctrombley [#1616](https://github.com/hashicorp/terraform-provider-tfe/pull/1616)
7+
* **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)
128

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)
1610

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)
1914

2015
BUG FIXES:
2116
* `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)
2217

2318
ENHANCEMENTS:
2419

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))
2623

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))
2825

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))
3027

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))
3229

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))
3431

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))
3633

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))
4035

4136
## v.0.64.0
4237

@@ -51,9 +46,6 @@ BUG FIXES:
5146

5247
* `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)
5348

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)
56-
5749
## v.0.63.0
5850

5951
BUG FIXES:

internal/provider/resource_tfe_workspace_run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import (
1616
)
1717

1818
func TestAccTFEWorkspaceRun_withApplyOnlyBlock(t *testing.T) {
19-
t.Skip("Skipping test as it is failing most CI runs. Will investigate next.")
2019
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
2120

2221
tfeClient, err := getClientUsingEnv()

0 commit comments

Comments
 (0)