Using this resource with a non-default ESC project results in:
failed to add permission read for environment test-public to team devops-public due to error: 404 API error: Not Found: Environment 'default/test-public' not found
CLI
Version 3.137.0
Go Version go1.23.2
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.56.1
resource kubernetes 4.18.2
resource pulumiservice 0.26.3
language python unknown
resource random 4.16.7
Host
OS darwin
Version 14.5
Arch arm64
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).
What happened?
The
TeamEventPermission
resource contains aproject
input property:https://github.com/pulumi/pulumi-pulumiservice/blob/3633bde0fa144e49666474c28e7dbc18a9a3be49/provider/cmd/pulumi-resource-pulumiservice/schema.json#L1486-L1490
While this property is generated in the language SDKs, it is not wired through in the implementation:
https://github.com/pulumi/pulumi-pulumiservice/blob/3633bde0fa144e49666474c28e7dbc18a9a3be49/provider/pkg/provider/team_environment_perm.go#L21-L26
Using this resource with a non-
default
ESC project results in:Example
Output of
pulumi about
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).