File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed 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,7 +44,7 @@ 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
```
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ automatically installed by `terraform init` in the future:
77
77
terraform {
78
78
required_providers {
79
79
tfe = {
80
- version = "~> 0.64 .0"
80
+ version = "~> 0.69 .0"
81
81
}
82
82
}
83
83
}
@@ -90,7 +90,7 @@ The above snippet using `RequiredProviders` is for Terraform 0.13+; if you are u
90
90
91
91
``` hcl
92
92
provider "tfe" {
93
- version = "~> 0.64 .0"
93
+ version = "~> 0.69 .0"
94
94
...
95
95
}
96
96
```
@@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103
103
provider "tfe" {
104
104
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
105
105
token = var.token
106
- version = "~> 0.64 .0"
106
+ version = "~> 0.69 .0"
107
107
}
108
108
109
109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129
129
arguments. Ensure that the organization already exists prior to using this argument.
130
130
This can also be specified using the ` TfeOrganization ` environment variable.
131
131
132
- <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132
+ <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103
103
provider "tfe" {
104
104
hostname = var.hostname # Optional, defaults to HCP Terraform `AppTerraformIo`
105
105
token = var.token
106
- version = "~> 0.64 .0"
106
+ version = "~> 0.69 .0"
107
107
}
108
108
109
109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129
129
arguments. Ensure that the organization already exists prior to using this argument.
130
130
This can also be specified using the ` TfeOrganization ` environment variable.
131
131
132
- <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132
+ <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ automatically installed by `terraform init` in the future:
77
77
terraform {
78
78
required_providers {
79
79
tfe = {
80
- version = "~> 0.64 .0"
80
+ version = "~> 0.69 .0"
81
81
}
82
82
}
83
83
}
@@ -90,7 +90,7 @@ The above snippet using `requiredProviders` is for Terraform 0.13+; if you are u
90
90
91
91
``` hcl
92
92
provider "tfe" {
93
- version = "~> 0.64 .0"
93
+ version = "~> 0.69 .0"
94
94
...
95
95
}
96
96
```
@@ -103,7 +103,7 @@ For more information on provider installation and constraining provider versions
103
103
provider "tfe" {
104
104
hostname = var.hostname # Optional, defaults to HCP Terraform `appTerraformIo`
105
105
token = var.token
106
- version = "~> 0.64 .0"
106
+ version = "~> 0.69 .0"
107
107
}
108
108
109
109
# Create an organization
@@ -129,4 +129,4 @@ The following arguments are supported:
129
129
arguments. Ensure that the organization already exists prior to using this argument.
130
130
This can also be specified using the ` tfeOrganization ` environment variable.
131
131
132
- <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
132
+ <!-- cache-key: cdktf-0.17.0-pre.15 input-05486c7d4c175286118a02a92524efe52d7b89a7fe28678c16f1950704e3650b -->
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
88
88
89
89
``` hcl
90
90
provider "tfe" {
91
- version = "~> 0.68 .2"
91
+ version = "~> 0.69 .2"
92
92
...
93
93
}
94
94
```
@@ -137,4 +137,4 @@ The following arguments are supported:
137
137
arguments. Ensure that the organization already exists prior to using this argument.
138
138
This can also be specified using the ` TFE_ORGANIZATION ` environment variable.
139
139
140
- <!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
140
+ <!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
91
91
92
92
``` hcl
93
93
provider "tfe" {
94
- version = "~> 0.68.2 "
94
+ version = "~> 0.69.0 "
95
95
...
96
96
}
97
97
```
@@ -147,4 +147,4 @@ The following arguments are supported:
147
147
arguments. Ensure that the organization already exists prior to using this argument.
148
148
This can also be specified using the ` TFE_ORGANIZATION ` environment variable.
149
149
150
- <!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
150
+ <!-- cache-key: cdktf-0.20.8 input-9df793588a393a858f4d0ccae14286d12f56c0f73462371960e11e05b4787cb9 -->
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ automatically installed by `terraform init` in the future:
74
74
terraform {
75
75
required_providers {
76
76
tfe = {
77
- version = "~> 0.68.3 "
77
+ version = "~> 0.69.0 "
78
78
}
79
79
}
80
80
}
@@ -87,7 +87,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are
87
87
88
88
``` hcl
89
89
provider "tfe" {
90
- version = "~> 0.68.3 "
90
+ version = "~> 0.69.0 "
91
91
...
92
92
}
93
93
```
@@ -100,7 +100,7 @@ For more information on provider installation and constraining provider versions
100
100
provider "tfe" {
101
101
hostname = var.hostname # Optional, defaults to HCP Terraform `app.terraform.io`
102
102
token = var.token
103
- version = "~> 0.68.3 "
103
+ version = "~> 0.69.0 "
104
104
}
105
105
106
106
# Create an organization
You can’t perform that action at this time.
0 commit comments