You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a link to the README for the v2 upgrade guide, and another to the great tutorial the learn.hashicorp.com site has.
We should probably holistically redesign this README at some point, but that feels like a problem for another day.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ The Terraform Plugin SDK is built in Go, and uses the [support policy](https://g
18
18
19
19
Currently, that means Go **1.14** or later must be used when building a provider with the SDK.
20
20
21
+
## Getting Started
22
+
23
+
See the [Call APIs with Terraform Providers](https://learn.hashicorp.com/collections/terraform/providers) guide on [learn.hashicorp.com](https://learn.hashicorp.com) for a guided tour of provider development.
24
+
21
25
## Documentation
22
26
23
27
See [Extending Terraform](https://www.terraform.io/docs/extend/index.html) section on the website.
@@ -51,6 +55,10 @@ See [Extending Terraform](https://www.terraform.io/docs/extend/index.html) secti
51
55
52
56
Migrating to the standalone SDK v1 is covered on the [Plugin SDK section](https://www.terraform.io/docs/extend/plugin-sdk.html) of the website.
53
57
58
+
## Migrating to SDK v2 from SDK v1
59
+
60
+
Migrating to the v2 release of the SDK is covered in the [v2 Upgrade Guide](https://www.terraform.io/docs/extend/guides/v2-upgrade-guide.html) of the website.
61
+
54
62
## Versioning
55
63
56
64
The Terraform Plugin SDK is a [Go module](https://github.com/golang/go/wiki/Modules) versioned using [semantic versioning](https://semver.org/).
0 commit comments