Skip to content

Commit 071e001

Browse files
committed
update release version
1 parent 3385cc4 commit 071e001

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.76.2
22

33
FEATURES:
44
* `r/tfe_notification_configuration`: Optionally set `url` as a write-only (`url_wo`). Adds support for auto-managed (via hash) for `token_wo` param to avoid manually managing `_version` arguments. By @drewmullen [#2028](https://github.com/hashicorp/terraform-provider-tfe/pull/2028)
@@ -13,7 +13,7 @@ BUG FIXES:
1313
## v0.76.0
1414

1515
FEATURES:
16-
* **New Resource:** `tfe_project_policy_set_exclusion` for managing project level exclusions on policy sets. by @subhro-acharjee-1 [#1990](https://github.com/hashicorp/terraform-provider-tfe/pull/1990)
16+
* **New Resource:** `tfe_project_policy_set_exclusion` for managing project level exclusions on policy sets. by @subhro-acharjee-1 [#1990](https://github.com/hashicorp/terraform-provider-tfe/pull/1990)
1717
BUG FIXES:
1818
* `r/tfe_team_token`, `r/tfe_organization_token`: Read now persists API-default `expired_at` values so `ImportStateVerify` succeeds when `expired_at` is omitted from configuration. By @uk1288 [#2017](https://github.com/hashicorp/terraform-provider-tfe/pull/2017)
1919

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Declare the provider in your configuration and `terraform init` will automatical
2828
terraform {
2929
required_providers {
3030
tfe = {
31-
version = "~> 0.76.1"
31+
version = "~> 0.76.2"
3232
}
3333
}
3434
}
@@ -44,7 +44,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
4444

4545
```hcl
4646
provider "tfe" {
47-
version = "~> 0.76.1"
47+
version = "~> 0.76.2"
4848
...
4949
}
5050
```

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.76.1
1+
0.76.2

website/docs/cdktf/csharp/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ automatically installed by `terraform init` in the future:
7878
terraform {
7979
required_providers {
8080
tfe = {
81-
version = "~> 0.76.1"
81+
version = "~> 0.76.2"
8282
}
8383
}
8484
}
@@ -91,7 +91,7 @@ The above snippet using `RequiredProviders` is for Terraform 0.13+; if you are u
9191

9292
```hcl
9393
provider "tfe" {
94-
version = "~> 0.76.1"
94+
version = "~> 0.76.2"
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ For more information on provider installation and constraining provider versions
104104
provider "tfe" {
105105
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
106106
token = var.token
107-
version = "~> 0.76.1"
107+
version = "~> 0.76.2"
108108
}
109109
110110
# Create an organization

website/docs/cdktf/go/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ automatically installed by `terraform init` in the future:
7878
terraform {
7979
required_providers {
8080
tfe = {
81-
version = "~> 0.76.1"
81+
version = "~> 0.76.2"
8282
}
8383
}
8484
}
@@ -91,7 +91,7 @@ The above snippet using `RequiredProviders` is for Terraform 0.13+; if you are u
9191

9292
```hcl
9393
provider "tfe" {
94-
version = "~> 0.76.1"
94+
version = "~> 0.76.2"
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ For more information on provider installation and constraining provider versions
104104
provider "tfe" {
105105
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
106106
token = var.token
107-
version = "~> 0.76.1"
107+
version = "~> 0.76.2"
108108
}
109109
110110
# Create an organization

website/docs/cdktf/java/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ automatically installed by `terraform init` in the future:
7878
terraform {
7979
required_providers {
8080
tfe = {
81-
version = "~> 0.76.1"
81+
version = "~> 0.76.2"
8282
}
8383
}
8484
}
@@ -91,7 +91,7 @@ The above snippet using `requiredProviders` is for Terraform 0.13+; if you are u
9191

9292
```hcl
9393
provider "tfe" {
94-
version = "~> 0.76.1"
94+
version = "~> 0.76.2"
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ For more information on provider installation and constraining provider versions
104104
provider "tfe" {
105105
hostname = var.hostname # Optional, defaults to HCP Terraform `appTerraformIo`
106106
token = var.token
107-
version = "~> 0.76.1"
107+
version = "~> 0.76.2"
108108
}
109109
110110
# Create an organization

website/docs/cdktf/python/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ automatically installed by `terraform init` in the future:
7878
terraform {
7979
required_providers {
8080
tfe = {
81-
version = "~> 0.76.1"
81+
version = "~> 0.76.2"
8282
}
8383
}
8484
}
@@ -91,7 +91,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
9191

9292
```hcl
9393
provider "tfe" {
94-
version = "~> 0.76.1"
94+
version = "~> 0.76.2"
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ For more information on provider installation and constraining provider versions
104104
provider "tfe" {
105105
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
106106
token = var.token
107-
version = "~> 0.76.1"
107+
version = "~> 0.76.2"
108108
}
109109
110110
# Create an organization

website/docs/cdktf/typescript/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ automatically installed by `terraform init` in the future:
7878
terraform {
7979
required_providers {
8080
tfe = {
81-
version = "~> 0.76.1"
81+
version = "~> 0.76.2"
8282
}
8383
}
8484
}
@@ -91,7 +91,7 @@ The above snippet using `requiredProviders` is for Terraform 0.13+; if you are u
9191

9292
```hcl
9393
provider "tfe" {
94-
version = "~> 0.76.1"
94+
version = "~> 0.76.2"
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ For more information on provider installation and constraining provider versions
104104
provider "tfe" {
105105
hostname = var.hostname # Optional, defaults to HCP Terraform `appTerraformIo`
106106
token = var.token
107-
version = "~> 0.76.1"
107+
version = "~> 0.76.2"
108108
}
109109
110110
# Create an organization

website/docs/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ automatically installed by `terraform init` in the future:
7676
terraform {
7777
required_providers {
7878
tfe = {
79-
version = "~> 0.76.1"
79+
version = "~> 0.76.2"
8080
}
8181
}
8282
}
@@ -89,7 +89,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8989

9090
```hcl
9191
provider "tfe" {
92-
version = "~> 0.76.1"
92+
version = "~> 0.76.2"
9393
...
9494
}
9595
```
@@ -102,7 +102,7 @@ For more information on provider installation and constraining provider versions
102102
provider "tfe" {
103103
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
104104
token = var.token
105-
version = "~> 0.76.1"
105+
version = "~> 0.76.2"
106106
}
107107
108108
# Create an organization

0 commit comments

Comments
 (0)