From f744b907c71d2a468982befb648c6c2769b9946c Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Wed, 23 Oct 2024 10:29:58 -0700 Subject: [PATCH] link issue --- provider/resources.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provider/resources.go b/provider/resources.go index 810475b6..bb493fb2 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -5,6 +5,7 @@ import ( "fmt" "os" "path" + // embed is used to store bridge-metadata.json in the compiled binary _ "embed" @@ -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) {