Skip to content

Commit

Permalink
Fix buggy import of artifact repository. (#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Aug 6, 2020
1 parent e9b56d3 commit 6a22974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/artifactregistry/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
overrides: !ruby/object:Overrides::ResourceOverrides
Repository: !ruby/object:Overrides::Terraform::ResourceOverride
id_format: projects/{{project}}/locations/{{location}}/repositories/{{repsitory_id}}
import_format: ["projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}", "{{repository_id}}"]
autogen_async: true
examples:
- !ruby/object:Provider::Terraform::Examples
Expand Down

0 comments on commit 6a22974

Please sign in to comment.