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
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,27 @@
1
1
## Unreleased
2
2
3
+
FEATURES:
4
+
*`d/tfe_agent_pool`: Adds the `allowed_project_ids` and `excluded_workspace_ids` attributes, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
5
+
*`r/tfe_agent_pool_allowed_projects`: Adds support for scoping agent pools to projects, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
6
+
*`r/tfe_agent_pool_excluded_workspaces`: Adds support for excluding workspaces from the scope of agent pools, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
7
+
*`r/tfe_project_settings`: Adds support for managing project settings. This initially supports setting a `default_execution_mode` and `default_agent_pool_id` which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @JarrettSpiker[#1822](Thttps://github.com/hashicorp/terraform-provider-tfe/pull/1822)
8
+
9
+
BUG FIXES:
10
+
*`r/tfe_workspace_settings`: Prevent unintended clearing of workspace-level tags on the first apply when tags is unset by making tag updates sparse. By @shwetamurali[#1851](https://github.com/hashicorp/terraform-provider-tfe/pull/1851)
11
+
12
+
## v0.69.0
13
+
14
+
BREAKING CHANGES:
15
+
16
+
All resources have been upgraded to use the [latest Terraform plugin protocol](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol). This provider now requires a Terraform version of v1.0.0 or later.
17
+
18
+
ENHANCEMENTS:
19
+
*`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)
20
+
3
21
FEATURES:
4
22
5
23
*`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))
24
+
*`r/tfe_stack` Adds support for managing agent pools on a Stack, by @maed223[#1836](https://github.com/hashicorp/terraform-provider-tfe/pull/1836)
6
25
*`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
26
*`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
27
*`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)
@@ -13,19 +32,15 @@ DEPRECATIONS:
13
32
*`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
33
*`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
34
*`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
-
*`d/tfe_agent_pool`: Adds the `allowed_project_ids` and `excluded_workspace_ids` attributes, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
17
-
*`r/tfe_agent_pool_allowed_projects`: Adds support for scoping agent pools to projects, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
18
-
*`r/tfe_agent_pool_excluded_workspaces`: Adds support for excluding workspaces from the scope of agent pools, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
19
-
*`r/tfe_project_settings`: Adds support for managing project settings. This initially supports setting a `default_execution_mode` and `default_agent_pool_id` which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @JarrettSpiker[#1822](Thttps://github.com/hashicorp/terraform-provider-tfe/pull/1822)
20
35
*`r/tfe_test_variable`: Add missing argument reference and attributes documentation ([#1625](https://github.com/hashicorp/terraform-provider-tfe/issues/1625))
21
36
22
37
## v0.68.3
23
38
BUG FIXES:
24
39
25
40
*`r/tfe_notification_configuration`: update url attribute to be sensitive, by @jillirami[#1799](https://github.com/hashicorp/terraform-provider-tfe/pull/1799)
26
41
*`d/tfe_project`: fixes: 'duplicate set element' error, as workspaces can appear multiple times in get /workspaces, by @lewis-catley[#1817](https://github.com/hashicorp/terraform-provider-tfe/pull/1817)
27
-
*`r/tfe_workspace`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
28
-
*`r/tfe_workspace_run`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
42
+
*`r/tfe_workspace`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
43
+
*`r/tfe_workspace_run`: fixed documentation Example Usages to use the `tfe_organization.test-organization.name` as organization name
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Declare the provider in your configuration and `terraform init` will automatical
28
28
terraform {
29
29
required_providers {
30
30
tfe = {
31
-
version = "~> 0.68.3"
31
+
version = "~> 0.69.0"
32
32
}
33
33
}
34
34
}
@@ -44,13 +44,15 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
44
44
45
45
```hcl
46
46
provider "tfe" {
47
-
version = "~> 0.68.0"
47
+
version = "~> 0.69.0"
48
48
...
49
49
}
50
50
```
51
51
52
52
Since v0.24.0, this provider requires [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 0.12
53
53
54
+
Since v0.69.0, this provider requires [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
55
+
54
56
For more information on provider installation and constraining provider versions, see the [Provider Requirements documentation](https://developer.hashicorp.com/terraform/language/providers/requirements).
0 commit comments