https://pulumi.com logo
Title
n

numerous-plastic-88847

05/07/2020, 10:56 AM
Not sure which channel to post it on as its across most languages, the pulumi-terraform-bridge has an issue with with azure static websites, trying to convert pulumi error404Document to error_404_document, is there someone that can help? the error seems to be how the https://github.com/pulumi/pulumi-terraform-bridge/blob/master/pkg/tfbridge/names.go#L29 handles numbers, found another implementation that seems to have overcome this limitation, but it breaks pulumi downstream. not to familiar with go. there is multiple open issue but they seems to have stalled.
g

gentle-diamond-70147

05/07/2020, 9:47 PM
Can you link to the open issues?
cc @tall-librarian-49374 who I know has looked at this a little.
all the above issues refer to the same issue
w

white-balloon-205

05/08/2020, 12:36 AM
Pushed a PR with a fix for this at https://github.com/pulumi/pulumi-azure/pull/555
n

numerous-plastic-88847

05/08/2020, 12:52 AM
thank you