-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move the /pkg/pf/README.md
user facing docs into /docs
#2734
Conversation
This is motivated by pulumi/pulumi-tf-provider-boilerplate#169, where it will be helpful to have a place to link to in our docs site.
@@ -60,8 +60,7 @@ Terraform provider, see [MuxWith](./muxwith.md). | |||
## Pulumi Bridge for Terraform Plugin Framework | |||
|
|||
For instructions on bridging a Terraform provider built using the [Terraform Plugin | |||
Framework](https://developer.hashicorp.com/terraform/plugin/framework), please see | |||
[pf/README.md](../pf/README.md). | |||
Framework](https://developer.hashicorp.com/terraform/plugin/framework), please see [New PF Provider](./new-pf-provider.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was broken before.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2734 +/- ##
==========================================
- Coverage 69.57% 69.56% -0.01%
==========================================
Files 301 301
Lines 38654 38654
==========================================
- Hits 26893 26890 -3
- Misses 10242 10244 +2
- Partials 1519 1520 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, can you verify that all references to PF README point to the correct place?
E.g: https://github.com/pulumi/pulumi-terraform-bridge/blob/master/README.md#upgrading-an-existing-bridged-provider still points to pf/README
This PR has been shipped in release v3.98.0. |
This is motivated by pulumi/pulumi-tf-provider-boilerplate#169, where it will be helpful to have a place to link to in our docs site.