straight-cat-87033
05/08/2023, 8:34 PMclass PermissionedDockerRegistry(
ResourceGroup
):
repository = gcp.artifactregistry.Repository(
location="US",
format="DOCKER",
)
iam_policy = gcp.artifactregistry.RepositoryIamPolicy(
location="US",
repository=repository.id,
policy_data=policy.policy_data
)
Ultimately, the benefit of using components for grouping doesn’t seem to outweigh the complexity so I will probably avoid using them for most cases, but I thought I would share in case others find the approach usefulNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by