You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream maintains two different sources of docs: ./website/docs and ./docs. We currently draw our docs from ./docs, while the TF registry draws docs from ./website/docs. Patch 2 (introduced in #496) removes ./docs and restores a large amount of documentation to the provider.
The bridge should draw docs from the same source as the TF registry.
Example
NA
Output of pulumi about
NA
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
The docs patch existed because of
#497. pulumi/pulumi-terraform-bridge#1609
was the root cause, and it is now fixed. We can remove the docs patch.
We cannot transition back to a normal go dependency, since upstream hasn't marked the
major version in their go.mod. Ironically, since we have the dependency downloaded we
don't actually have to change anything. I have added a empty patch to resolve this catch
22 scenario.
The docs patch existed because of
#497.
pulumi/pulumi-terraform-bridge#1609 was the
root cause, and it is now fixed. We can remove the docs patch.
We cannot transition back to a normal go dependency, since upstream
hasn't marked the major version in their go.mod. Ironically, since we
have the dependency downloaded we don't actually have to change
anything. I have added a empty patch to resolve this catch 22 scenario.
What happened?
Upstream maintains two different sources of docs:
./website/docs
and./docs
. We currently draw our docs from./docs
, while the TF registry draws docs from./website/docs
. Patch 2 (introduced in #496) removes./docs
and restores a large amount of documentation to the provider.The bridge should draw docs from the same source as the TF registry.
Example
NA
Output of
pulumi about
NA
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: