This module enable Artifact Registry api in the GCP (Google Cloud Platform) project, create repositories and assign read and write IAM permissions.
You MUST configure the required "google" provider inside your root module.
This module is provided without any kind of warranty and is GPL3 licensed.
Name | Version |
---|---|
>= 5.26.0 |
Name | Version |
---|---|
terraform | >= 1.3 |
>= 5.26.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
artifact_registry_listers | List of principals that can list Artifact Registry repositories. | list(string) |
[] |
no |
artifact_registry_listers_custom_role_name | Name of the custom role for Artifact Registry listers. | string |
"custom.artifactRegistryLister" |
no |
default_labels | Default labels to apply to all Artifact Registry resources. | map(string) |
{ |
no |
default_location | The default location for the Artifact Registry repositories. | string |
"europe-west1" |
no |
enable_api | Enable the Artifact Registry API. | bool |
true |
no |
project_id | The GCP project ID that hosts the Artifact Registry. | string |
n/a | yes |
repositories | List of Artifact Registry repositories to create. | map(object({ |
n/a | yes |
Name | Description |
---|---|
custom_role_artifact_registry_lister_id | The ID of the custom role for Artifact Registry listers. The role is created only if the list of Artifact Registry listers is not empty. |
repositories | The created Artifact Repository repositories. |
No modules.