-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement a pulumi provider for the pulumi service #18
Comments
Although I would expect the provider to be comprehensive for the service, I wanted to capture some specific use-cases to make sure they are supported:
|
For those who happen to land here looking for docs for the Pulumi Service REST API (which this provider/package would wrap), you'll find them here: https://www.pulumi.com/docs/reference/service-rest-api/ |
We've released the pulumi service provider! You can check it out at: https://github.com/pulumi/pulumi-pulumiservice If you'd like to read more about it, check out the blog post we published as part of the PulumiUP event: https://www.pulumi.com/blog/announcing-pulumi-service-provider/ Please add an issue to the provider's repo if you would like to request features or file bugs. PS: I've gone ahead and added an issue to add team-stack permissions to the new repo: pulumi/pulumi-pulumiservice#51 |
It would be nice if the setup at https://app.pulumi.com/ could be managed with code.
It's a bit funny that a service that is all about configuration as code can't be configured with code (unless I missed the way to do that).
Affected feature
The Pulumi service.
The text was updated successfully, but these errors were encountered: