File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
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 @@ -43,10 +43,18 @@ func resourceArtifactRegistryRepository() *schema.Resource {
4343
4444 Schema : map [string ]* schema.Schema {
4545 "format" : {
46- Type : schema .TypeString ,
47- Required : true ,
48- ForceNew : true ,
49- Description : `The format of packages that are stored in the repository.` ,
46+ Type : schema .TypeString ,
47+ Required : true ,
48+ ForceNew : true ,
49+ Description : `The format of packages that are stored in the repository. You can only create
50+ alpha formats if you are a member of the [alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
51+
52+ - DOCKER
53+ - MAVEN ([Preview](https://cloud.google.com/products#product-launch-stages))
54+ - NPM ([Preview](https://cloud.google.com/products#product-launch-stages))
55+ - PYTHON ([Preview](https://cloud.google.com/products#product-launch-stages))
56+ - APT ([alpha](https://cloud.google.com/products#product-launch-stages))
57+ - YUM ([alpha](https://cloud.google.com/products#product-launch-stages))` ,
5058 },
5159 "repository_id" : {
5260 Type : schema .TypeString ,
Original file line number Diff line number Diff line change @@ -117,7 +117,14 @@ The following arguments are supported:
117117
118118* ` format ` -
119119 (Required)
120- The format of packages that are stored in the repository.
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 ) )
121128
122129
123130- - -
You can’t perform that action at this time.
0 commit comments