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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ FEATURES:
13
13
*`d/tfe_registry_module`: Add `vcs_repo.tags` and `vcs_repo.branch` attributes to allow configuration of `publishing_mechanism`. Add `test_config` to support running tests on `branch`-based registry modules, by @hashimoon[1096](https://github.com/hashicorp/terraform-provider-tfe/pull/1096)
14
14
***New Resource**: `r/tfe_organization_default_execution_mode` is a new resource to set the `default_execution_mode` and `default_agent_pool_id` for an organization, by @SwiftEngineer[1137](https://github.com/hashicorp/terraform-provider-tfe/pull/1137)'
15
15
*`r/tfe_workspace`: Now uses the organization's `default_execution_mode` and `default_agent_pool_id` as the default `execution_mode`, by @SwiftEngineer[1137](https://github.com/hashicorp/terraform-provider-tfe/pull/1137)'
16
-
***New Resource**: `r/tfe_registry_gpg_key` is a new resource for managing private registry GPG keys, by @tmatilai
17
-
***New Data Source**: `d/tfe_registry_gpg_key` is a new data source to retrieve a private registry GPG key, by @tmatilai
18
-
***New Data Source**: `d/tfe_registry_gpg_keys` is a new data source to retrieve all private registry GPG keys of an organization, by @tmatilai
16
+
***New Resource**: `r/tfe_registry_gpg_key` is a new resource for managing private registry GPG keys, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
17
+
***New Data Source**: `d/tfe_registry_gpg_key` is a new data source to retrieve a private registry GPG key, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
18
+
***New Data Source**: `d/tfe_registry_gpg_keys` is a new data source to retrieve all private registry GPG keys of an organization, by @tmatilai[1160](https://github.com/hashicorp/terraform-provider-tfe/pull/1160)
19
19
20
20
ENHANCEMENTS:
21
21
*`d/tfe_organization`: Make `name` argument optional if configured for the provider, by @tmatilai[1133](https://github.com/hashicorp/terraform-provider-tfe/pull/1133)
0 commit comments