diff --git a/.changelog/3360.txt b/.changelog/3360.txt new file mode 100644 index 00000000000..7f9efaa47b1 --- /dev/null +++ b/.changelog/3360.txt @@ -0,0 +1,3 @@ +```release-note:new-resource +`google_artifact_registry_repository` beta-only +``` diff --git a/google/import.go b/google/import.go index 7ec578c8c34..c01ec187758 100644 --- a/google/import.go +++ b/google/import.go @@ -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 diff --git a/website/google.erb b/website/google.erb index ba5907419df..c0577068b76 100644 --- a/website/google.erb +++ b/website/google.erb @@ -339,7 +339,6 @@ -