Skip to content

Commit

Permalink
Fix bug: artifact_registry_repository update always failing (#4482) (#…
Browse files Browse the repository at this point in the history
…8491)

This fixes a bug where trying to update an artifact_registry_repository
always failed due to the fact that the resource's Update logic was
hitting the wrong API endpoint.

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Feb 17, 2021
1 parent 2d2c1f3 commit 6a17c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/4482.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
artifactregistry: fixed issue where updating `google_artifact_registry_repository` always failed
```
1 change: 1 addition & 0 deletions google/resource_artifact_registry_repository_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package google

0 comments on commit 6a17c84

Please sign in to comment.