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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
## Unreleased
2
2
3
-
ENHANCEMENTS:
4
-
*`r/tfe_oauth_client`: The `oauth_token` attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use `terraform apply -replace` to force replacement. By @lilincmu[#1825](https://github.com/hashicorp/terraform-provider-tfe/pull/1825)
5
-
*`r/tfe_test_variable`: Add missing argument reference and attributes documentation ([#1625](https://github.com/hashicorp/terraform-provider-tfe/issues/1625))
6
-
7
3
FEATURES:
4
+
8
5
*`r/tfe_registry_module`: Add `source_directory` and `tag_prefix` registry module support for private registry monorepository, which is a beta feature and not available to all users, by @jillirami ([#1800](https://github.com/hashicorp/terraform-provider-tfe/pull/1800))
6
+
*`r/tfe_terraform_version`: Adds support for specifying architecture-specific binaries using the `archs` attribute, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
7
+
*`r/tfe_opa_version`: Adds support for specifying architecture-specific binaries using the `archs` attribute, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
8
+
*`r/tfe_sentinel_version`: Adds support for specifying architecture-specific binaries using the `archs` attribute, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
9
+
10
+
DEPRECATIONS:
11
+
12
+
*`r/tfe_terraform_version`: The `url` and `sha` attributes are deprecated and will be removed in a future version. Use the `archs` attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
13
+
*`r/tfe_opa_version`: The `url` and `sha` attributes are deprecated and will be removed in a future version. Use the `archs` attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
14
+
*`r/tfe_sentinel_version`: The `url` and `sha` attributes are deprecated and will be removed in a future version. Use the `archs` attribute to specify architecture-specific binaries going forward, by @kelsi-hoyle[1762](https://github.com/hashicorp/terraform-provider-tfe/pull/1762)
15
+
*`r/tfe_oauth_client`: The `oauth_token` attribute no longer triggers resource replacement unless combined with other replacement-triggering attributes. Use `terraform apply -replace` to force replacement. By @lilincmu[#1825](https://github.com/hashicorp/terraform-provider-tfe/pull/1825)
16
+
*`r/tfe_test_variable`: Add missing argument reference and attributes documentation ([#1625](https://github.com/hashicorp/terraform-provider-tfe/issues/1625))
9
17
10
18
## v0.68.3
11
19
@@ -16,7 +24,6 @@ BUG FIXES:
16
24
*`r/tfe_workspace`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
17
25
*`r/tfe_workspace_run`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
0 commit comments