Skip to content

Commit e64b201

Browse files
committed
chore: add required minimum TF version notice
1 parent 2d35bd3 commit e64b201

File tree

8 files changed

+18
-0
lines changed

8 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## v0.69.0
44

5+
BREAKING CHANGES:
6+
7+
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.
8+
59
ENHANCEMENTS:
610
* `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)
711

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ provider "tfe" {
5151

5252
Since v0.24.0, this provider requires [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 0.12
5353

54+
Since v0.69.0, this provider requires [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
55+
5456
For more information on provider installation and constraining provider versions, see the [Provider Requirements documentation](https://developer.hashicorp.com/terraform/language/providers/requirements).
5557

5658
## Usage

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Use the navigation to the left to read about the available resources.
1818

1919
Since v0.24.0, this provider requires Terraform >= 0.12.
2020

21+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
22+
2123
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2224
to ensure that new versions with breaking changes will not be automatically installed.
2325
For more information, see [Versions](#versions).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Use the navigation to the left to read about the available resources.
1818

1919
Since v0.24.0, this provider requires Terraform >= 0.12.
2020

21+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
22+
2123
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2224
to ensure that new versions with breaking changes will not be automatically installed.
2325
For more information, see [Versions](#versions).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Use the navigation to the left to read about the available resources.
1818

1919
Since v0.24.0, this provider requires Terraform >= 0.12.
2020

21+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
22+
2123
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2224
to ensure that new versions with breaking changes will not be automatically installed.
2325
For more information, see [Versions](#versions).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Use the navigation to the left to read about the available resources.
1818

1919
Since v0.24.0, this provider requires Terraform >= 0.12.
2020

21+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
22+
2123
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2224
to ensure that new versions with breaking changes will not be automatically installed.
2325
For more information, see [Versions](#versions).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Use the navigation to the left to read about the available resources.
1818

1919
Since v0.24.0, this provider requires Terraform >= 0.12.
2020

21+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
22+
2123
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2224
to ensure that new versions with breaking changes will not be automatically installed.
2325
For more information, see [Versions](#versions).

website/docs/index.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Use the navigation to the left to read about the available resources.
1616

1717
Since v0.24.0, this provider requires Terraform >= 0.12.
1818

19+
~> **Important:** Since v0.69.0, this provider requires Terraform >= 1.0.
20+
1921
~> **Important:** For production use, you should constrain the acceptable provider versions via configuration,
2022
to ensure that new versions with breaking changes will not be automatically installed.
2123
For more information, see [Versions](#versions).

0 commit comments

Comments
 (0)