Skip to content

Commit

Permalink
Fix additional links to pf/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Dec 12, 2024
1 parent b70073c commit e53958b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ If you want details on how provider development works, please see [our docs](./d

## Upgrading an Existing Bridged Provider

To upgrade a provider that used to use the [Terraform Plugin
SDK](https://github.com/hashicorp/terraform-plugin-sdk) to a version that uses the
[Terraform Plugin
Framework](https://github.com/hashicorp/terraform-plugin-framework?tab=readme), see
[here](./pf/README.md#how-to-upgrade-a-bridged-provider-to-plugin-framework).
To upgrade a provider that used to use the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) to a version that
uses the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework?tab=readme), see [here](https://pulumi-developer-docs.readthedocs.io/projects/pulumi-terraform-bridge/en/latest/docs/guides/upgrade-sdk-to-pf.html).

To upgrade a provider that was bridged from a Terraform provider built against [Terraform
Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) and you want to upgrade it
to a version that has migrated some but not all resources/datasources to the [Terraform
Plugin Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file),
see [here](./docs/guides/upgrade-sdk-to-mux.md).
Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) and you want to upgrade it to a version that has migrated some but not all
resources/datasources to the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file), see [here](./docs/guides/upgrade-sdk-to-mux.md).

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/upgrade-sdk-to-mux.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file)
`github.com/hashicorp/terraform-plugin-framework/provider.Provider` from the upstream
provider. If the provider is shimmed (or needs to be), you can follow step (1) from
["How to Upgrade a Bridged Provider to Plugin
Framework"](../pf/README.md#how-to-upgrade-a-bridged-provider-to-plugin-framework).
Framework"](./upgrade-sdk-to-mux.md).

1. Find the tfgen binary `main` that calls `tfgen.Main` from
`github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen` and update it to call
Expand Down

0 comments on commit e53958b

Please sign in to comment.