Skip to content

Commit 6bd1d60

Browse files
Update the field description for 'format' field in artifact_registry_… (#6122) (#4387)
Signed-off-by: Modular Magician <[email protected]>
1 parent d5d7582 commit 6bd1d60

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

.changelog/6122.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_artifact_registry_repository.go

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,10 @@ func resourceArtifactRegistryRepository() *schema.Resource {
4747
Required: true,
4848
ForceNew: true,
4949
DiffSuppressFunc: compareCaseInsensitive,
50-
Description: `The format of packages that are stored in the repository. You can only create
51-
alpha formats if you are a member of the [alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
52-
53-
- DOCKER
54-
- MAVEN ([Preview](https://cloud.google.com/products#product-launch-stages))
55-
- NPM ([Preview](https://cloud.google.com/products#product-launch-stages))
56-
- PYTHON ([Preview](https://cloud.google.com/products#product-launch-stages))
57-
- APT ([alpha](https://cloud.google.com/products#product-launch-stages))
58-
- YUM ([alpha](https://cloud.google.com/products#product-launch-stages))
59-
- HELM ([alpha](https://cloud.google.com/products#product-launch-stages))`,
50+
Description: `The format of packages that are stored in the repository. Supported formats
51+
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
52+
You can only create alpha formats if you are a member of the
53+
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).`,
6054
},
6155
"repository_id": {
6256
Type: schema.TypeString,

website/docs/r/artifact_registry_repository.html.markdown

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,10 @@ The following arguments are supported:
117117

118118
* `format` -
119119
(Required)
120-
The format of packages that are stored in the repository. You can only create
121-
alpha formats if you are a member of the [alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
122-
- DOCKER
123-
- MAVEN ([Preview](https://cloud.google.com/products#product-launch-stages))
124-
- NPM ([Preview](https://cloud.google.com/products#product-launch-stages))
125-
- PYTHON ([Preview](https://cloud.google.com/products#product-launch-stages))
126-
- APT ([alpha](https://cloud.google.com/products#product-launch-stages))
127-
- YUM ([alpha](https://cloud.google.com/products#product-launch-stages))
128-
- HELM ([alpha](https://cloud.google.com/products#product-launch-stages))
120+
The format of packages that are stored in the repository. Supported formats
121+
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
122+
You can only create alpha formats if you are a member of the
123+
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
129124

130125

131126
- - -

0 commit comments

Comments
 (0)