Skip to content
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

Replace this with native provider once IamMembers are fixed in google-native #1

Open
Paytr0n opened this issue Apr 9, 2023 · 2 comments
Assignees
Labels
needs-refinement Needs grooming to become refinement

Comments

@Paytr0n
Copy link
Contributor

Paytr0n commented Apr 9, 2023

see pulumi/pulumi-google-native#836


// TODO: Replace this with native provider once IamMembers are fixed in google-native
// @see https://github.com/pulumi/pulumi-google-native/issues/836
new gcp.artifactregistry.RepositoryIamMember(
`${repository}-container-registry`,
{
repository: artifactRepository.name,


This issue was generated by todo-issue based on a TODO comment in f451bd9. It's been assigned to @cobraz because they committed the code.
@Paytr0n Paytr0n added the needs-refinement Needs grooming to become refinement label Apr 9, 2023
@Paytr0n
Copy link
Contributor Author

Paytr0n commented Apr 9, 2023

Replace this with native provider once IamMembers are fixed in google-native

see pulumi/pulumi-google-native#836


// TODO: Replace this with native provider once IamMembers are fixed in google-native
// @see https://github.com/pulumi/pulumi-google-native/issues/836
new gcp.serviceaccount.IAMMember(
`${name}-core-iam-service-token-${owner}-${repository}`,
{


This comment was generated by todo-issue based on a TODO comment in f451bd9. It's been assigned to @cobraz because they committed the code.

@Paytr0n
Copy link
Contributor Author

Paytr0n commented Apr 9, 2023

Replace this with native provider once IamMembers are fixed in google-native

see pulumi/pulumi-google-native#836


// TODO: Replace this with native provider once IamMembers are fixed in google-native
// @see https://github.com/pulumi/pulumi-google-native/issues/836
new gcp.serviceaccount.IAMMember(
`${name}-core-iam-service-${owner}-${repository}`,
{


This comment was generated by todo-issue based on a TODO comment in f451bd9. It's been assigned to @cobraz because they committed the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-refinement Needs grooming to become refinement
Projects
Status: No status
Development

No branches or pull requests

2 participants