Skip to content

Commit c611551

Browse files
authored
Merge pull request #33664 from akhateeb22/d-fix-documentation-typos
D-fix documentation typos and grammars mistakes
2 parents d80ba0c + 183efdd commit c611551

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/terraform-plugin-versions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Terraform Plugin Versions
22

3-
The Terraform AWS Provider is constructed with HashiCorp-maintained packages for building plugins. Most existing resources are implemented with [Terraform Plugin SDKv2](https://developer.hashicorp.com/terraform/plugin/sdkv2), while newer resources may use [Terraform Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework). A thorough comparison of the packages can be found [here](https://developer.hashicorp.com/terraform/plugin/framework-benefits).
3+
The Terraform AWS Provider is constructed with HashiCorp-maintained packages for building plugins.
4+
Most existing resources are implemented with [Terraform Plugin SDKv2](https://developer.hashicorp.com/terraform/plugin/sdkv2), while newer resources may use [Terraform Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework).
5+
A thorough comparison of the packages can be found [here](https://developer.hashicorp.com/terraform/plugin/framework-benefits).
46

5-
At this time community contributions in either package will be accepted. The AWS Provider is [muxed](https://developer.hashicorp.com/terraform/plugin/framework/migrating/mux) to allow resources and data sources implemented in both packages. As AWS Provider tooling around Plugin Framework (and the library itself) matures, we will being requiring all net-new resources be implemented with it. [`skaff`](skaff.md) currently supports generating Plugin Framework based resources using the optional `-p`/`--plugin-framework` flag. Factors to consider when choosing between packages are:
7+
At this time, we accept community contributions implemented using either package.
8+
The AWS Provider is [muxed](https://developer.hashicorp.com/terraform/plugin/framework/migrating/mux), so that resources and data sources can be implemented using either package.
9+
As AWS Provider tooling around Plugin Framework (and the library itself) matures, we will require that all net-new resources are implemented using the Plugin Framework.
10+
[`skaff`](skaff.md) currently supports generating Plugin Framework based resources using the optional `-p`/`--plugin-framework` flag.
11+
Factors to consider when choosing between packages are:
612

713
1. What other resources in a given service use
814
2. Level of comfort with the new idioms introduced in Plugin Framework

0 commit comments

Comments
 (0)