Skip to content

Commit 2d35bd3

Browse files
committed
chore: bump version ref to 0.69.0
1 parent 0ec66b9 commit 2d35bd3

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

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.68.3"
31+
version = "~> 0.69.0"
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.68.0"
47+
version = "~> 0.69.0"
4848
...
4949
}
5050
```

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ automatically installed by `terraform init` in the future:
7777
terraform {
7878
required_providers {
7979
tfe = {
80-
version = "~> 0.64.0"
80+
version = "~> 0.69.0"
8181
}
8282
}
8383
}
@@ -90,7 +90,7 @@ The above snippet using `RequiredProviders` is for Terraform 0.13+; if you are u
9090

9191
```hcl
9292
provider "tfe" {
93-
version = "~> 0.64.0"
93+
version = "~> 0.69.0"
9494
...
9595
}
9696
```
@@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103103
provider "tfe" {
104104
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
105105
token = var.token
106-
version = "~> 0.64.0"
106+
version = "~> 0.69.0"
107107
}
108108
109109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129129
arguments. Ensure that the organization already exists prior to using this argument.
130130
This can also be specified using the `TfeOrganization` environment variable.
131131

132-
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132+
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103103
provider "tfe" {
104104
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
105105
token = var.token
106-
version = "~> 0.64.0"
106+
version = "~> 0.69.0"
107107
}
108108
109109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129129
arguments. Ensure that the organization already exists prior to using this argument.
130130
This can also be specified using the `TfeOrganization` environment variable.
131131

132-
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132+
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ automatically installed by `terraform init` in the future:
7777
terraform {
7878
required_providers {
7979
tfe = {
80-
version = "~> 0.64.0"
80+
version = "~> 0.69.0"
8181
}
8282
}
8383
}
@@ -90,7 +90,7 @@ The above snippet using `requiredProviders` is for Terraform 0.13+; if you are u
9090

9191
```hcl
9292
provider "tfe" {
93-
version = "~> 0.64.0"
93+
version = "~> 0.69.0"
9494
...
9595
}
9696
```
@@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103103
provider "tfe" {
104104
hostname = var.hostname # Optional, defaults to HCP Terraform `appTerraformIo`
105105
token = var.token
106-
version = "~> 0.64.0"
106+
version = "~> 0.69.0"
107107
}
108108
109109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129129
arguments. Ensure that the organization already exists prior to using this argument.
130130
This can also be specified using the `tfeOrganization` environment variable.
131131

132-
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132+
<!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8888

8989
```hcl
9090
provider "tfe" {
91-
version = "~> 0.68.2"
91+
version = "~> 0.69.2"
9292
...
9393
}
9494
```
@@ -137,4 +137,4 @@ The following arguments are supported:
137137
arguments. Ensure that the organization already exists prior to using this argument.
138138
This can also be specified using the `TFE_ORGANIZATION` environment variable.
139139

140-
<!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
140+
<!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.68.2"
94+
version = "~> 0.69.0"
9595
...
9696
}
9797
```
@@ -147,4 +147,4 @@ The following arguments are supported:
147147
arguments. Ensure that the organization already exists prior to using this argument.
148148
This can also be specified using the `TFE_ORGANIZATION` environment variable.
149149

150-
<!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
150+
<!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->

website/docs/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ automatically installed by `terraform init` in the future:
7474
terraform {
7575
required_providers {
7676
tfe = {
77-
version = "~> 0.68.3"
77+
version = "~> 0.69.0"
7878
}
7979
}
8080
}
@@ -87,7 +87,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
8787

8888
```hcl
8989
provider "tfe" {
90-
version = "~> 0.68.3"
90+
version = "~> 0.69.0"
9191
...
9292
}
9393
```
@@ -100,7 +100,7 @@ For more information on provider installation and constraining provider versions
100100
provider "tfe" {
101101
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
102102
token = var.token
103-
version = "~> 0.68.3"
103+
version = "~> 0.69.0"
104104
}
105105
106106
# Create an organization

0 commit comments

Comments
 (0)