You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifact Registry: add version policy support for maven (#5294) (#4112)
* Artifact Registry: add version policy support for maven
* Artifact Registry: add version policy support for maven
* Fixing description
* tests
* Fixing camelcase to snake case
* Update mmv1/third_party/terraform/tests/resource_artifact_registry_repository_test.go.erb
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* Update mmv1/products/artifactregistry/api.yaml
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* Update mmv1/products/artifactregistry/api.yaml
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* Update mmv1/products/artifactregistry/api.yaml
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* Resolving comments
* Addressing comments
* Restricting modifications for allowSnapshotsOverwrite
* fixing test names
* Fixing tests
Co-authored-by: Yury Gridasov <[email protected]>
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Yury Gridasov <[email protected]>
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
Description: `Version policy defines the versions that the registry will accept. Default value: "VERSION_POLICY_UNSPECIFIED" Possible values: ["VERSION_POLICY_UNSPECIFIED", "RELEASE", "SNAPSHOT"]`,
121
+
Default: "VERSION_POLICY_UNSPECIFIED",
122
+
},
123
+
},
124
+
},
125
+
},
99
126
"create_time": {
100
127
Type: schema.TypeString,
101
128
Computed: true,
@@ -155,6 +182,12 @@ func resourceArtifactRegistryRepositoryCreate(d *schema.ResourceData, meta inter
0 commit comments