Skip to content

Artifact Registry Terraform module resource cleanup #13208

Open
@akiioto

Description

@akiioto

Description

https://github.com/kyma-project/test-infra/blob/main/configs/terraform/modules/artifact-registry/main.tf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/ciIssues or PRs related to CI related topics

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions