Skip to content

Commit ff3aee6

Browse files
artifactregistry: added registry_uri as attribute to google_artifact_registry_repository (#14776)
1 parent bdbcf3a commit ff3aee6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmv1/products/artifactregistry/Repository.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ properties:
270270
longer than 63 characters. Label keys must begin with a lowercase letter
271271
and may only contain lowercase letters, numeric characters, underscores,
272272
and dashes.
273+
- name: 'registryUri'
274+
type: String
275+
output: true
276+
description: |
277+
The repository endpoint, for example: us-docker.pkg.dev/my-proj/my-repo.
273278
- name: 'kmsKeyName'
274279
type: String
275280
description: |-

0 commit comments

Comments
 (0)