diff --git a/CHANGELOG.md b/CHANGELOG.md index 69023e1..d653441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.2] 2022-09-26 + +Doc: +- Add the use of `terraform init` in README.md +- Add the README.md link in provider example + ## 0.0.1 Features: diff --git a/docs/index.md b/docs/index.md index 02b4d16..9d34828 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ description: |- ## Example Usage ```terraform -# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud +# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud#using-the-provider terraform { required_providers { diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 55be0b3..d7f3c8d 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -1,4 +1,4 @@ -# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud +# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud#using-the-provider terraform { required_providers {