Skip to content

Commit

Permalink
plugin: Recommend Terraform v1.0 for framework instead of v1.0.3 (#2033)
Browse files Browse the repository at this point in the history
Practitioners should generally opt for the latest available patch version of a Terraform CLI minor version. Having this level of specificity in the documentation could potentially be confusing.
  • Loading branch information
bflad authored and thiskevinwang committed Apr 29, 2022
1 parent 741ea83 commit 2c571e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/plugin/which-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ to build resources into an SDKv2 provider.
If you are developing a greenfield provider, you should consider building it
with the framework.

## Do You Need to Support Users Not On Terraform v1.0.3 Yet?
## Do You Need to Support Users Not On Terraform CLI v1.0 Yet?

If you support user bases that have not upgraded to Terraform v1.0.3 in
If you support user bases that have not upgraded to Terraform CLI v1.0 in
significant numbers, we recommend that you continue using SDKv2. The framework
is built on Terraform protocol version 6, and Terraform could not download
providers using protocol version 6 until Terraform v1.0.3.
providers using protocol version 6 until Terraform CLI v1.0.

If you do not have a user base or your user base has mostly upgraded to v1.0.3,
If you do not have a user base or your user base has mostly upgraded to v1.0,
the framework may be appropriate.

## Do You Have Bandwidth to Track and Resolve Breaking Changes?
Expand Down

0 comments on commit 2c571e9

Please sign in to comment.