-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go SDK missing from repo #2
Comments
@ringods right now that actually isn't possible because the pulumi publishing tools are broken. For rhe error we are currently stuck on is:
What's really weird, is that if I set the same configuration key multiple times with different cases: I get the error multiple times:
That makes me think the error message is wrong, and actually should say "Value provided for non-existent configuration Key 'authress:pluginDownloadUrl'". Which would imply the issue is that the the PF bridge is injecting this value, but the provider doesn't like it. I tried adding it into the resources.go.Config but I got a warning saying it wasn't in TF so it will be removed. The problem is that the PF bridge is broken. So as soon as that is fixed we can continue to publish our packages... Someone said it could be related to pulumi/pulumi-terraform-bridge#981 but it's really hard to know if it is.. at this point we are waiting for someone from pulumi to tell us how to fix it so we can continue. 😅 |
Hello,
The Go SDK of the Pulumi provider is missing in this repo. It ought to be in
sdk/go
folder. Can you regenerate the SDK, commit the files to the repo and create a new release?Thanks!
The text was updated successfully, but these errors were encountered: