We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b81f8 commit b623eeaCopy full SHA for b623eea
bigquery/bigquery_create_spanner_external_dataset/main.tf
@@ -20,9 +20,9 @@ resource "google_bigquery_dataset" "default" {
20
description = "This is a test description."
21
location = "US"
22
external_dataset_reference {
23
- # The full identifier of your Spanner database
+ # The full identifier of your Spanner database.
24
external_source = "google-cloudspanner:/projects/my_project/instances/my_instance/databases/my_database"
25
- # Must be empty
+ # Must be empty for a Spanner external dataset.
26
connection = ""
27
}
28
0 commit comments