Update resource address in import example.

This commit is contained in:
Riley Karson 2017-06-13 17:50:23 -07:00 committed by GitHub
parent 75c8c911b1
commit fc3a79ce8a

View File

@ -109,5 +109,5 @@ exported:
BigQuery tables can be imported using the `project`, `dataset_id`, and `table_id`, e.g.
```
$ terraform import bigquery_table.default gcp-project:foo.bar
$ terraform import google_bigquery_table.default gcp-project:foo.bar
```