Skip to content

Commit d5a54b6

Browse files
author
Paddy
committed
Add v2 Upgrade Guide and Learn docs to the README
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.
1 parent e7b9f8e commit d5a54b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The Terraform Plugin SDK is built in Go, and uses the [support policy](https://g
1818

1919
Currently, that means Go **1.14** or later must be used when building a provider with the SDK.
2020

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+
2125
## Documentation
2226

2327
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
5155

5256
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.
5357

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+
5462
## Versioning
5563

5664
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

Comments
 (0)