File tree Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:none
2+
3+ ```
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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- - -
You can’t perform that action at this time.
0 commit comments