Skip to content

Commit

Permalink
link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Oct 24, 2024
1 parent 1bab333 commit f744b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"os"
"path"

// embed is used to store bridge-metadata.json in the compiled binary
_ "embed"

Expand Down Expand Up @@ -431,6 +432,7 @@ func editRules(defaults []tfbridge.DocsEdit) []tfbridge.DocsEdit {

// In the upstream example, two providers are defined in the same code block.
// Pulumi Convert is not set up to handle this case, so this edit breaks the example up into two separate code blocks.
// This can be removed when https://github.com/pulumi/pulumi/issues/17596 is implemented.
var fixInstallationExample = tfbridge.DocsEdit{
Path: "index.md",
Edit: func(_ string, content []byte) ([]byte, error) {
Expand Down

0 comments on commit f744b90

Please sign in to comment.