Open
Description
Description
resource "google_artifact_registry_repository_iam_member" "group_reader_access"
resource "google_artifact_registry_repository_iam_member" "service_account_reader_access"
Those resources are duplicated, only difference between those 2 is the hardcoded member type of serviceAccount/group.
We should have rework this module, to accept more generic input for the identities.
Reasons
Acceptance Criteria
Attachments