Skip to content

Commit

Permalink
Added Artifact Registry product (#3360) (#6174)
Browse files Browse the repository at this point in the history
* Added artifact registry product

* Artifact Registry fixes

* Switched property from region -> location

Also fixed incorrect import error message

* Add artifact registry links to website

Co-authored-by: Chris Stephens <chrisst@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Chris Stephens <chrisst@google.com>
  • Loading branch information
modular-magician and chrisst authored Apr 22, 2020
1 parent 7eebfe3 commit a19fe79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3360.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_artifact_registry_repository` beta-only
```
2 changes: 1 addition & 1 deletion google/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func getImportIdQualifiers(idRegexes []string, d TerraformResourceData, config *
return result, nil
}
}
return nil, fmt.Errorf("Import id %q doesn't match any of the accepted formats: %v", d.Id(), idRegexes)
return nil, fmt.Errorf("Import id %q doesn't match any of the accepted formats: %v", id, idRegexes)
}

// Returns a set of default values that are contained in a regular expression
Expand Down
1 change: 0 additions & 1 deletion website/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
</li>
</ul>
</li>

<li>
<a href="#">BigQuery</a>
<ul class="nav">
Expand Down

0 comments on commit a19fe79

Please sign in to comment.