Skip to content

Commit b623eea

Browse files
committed
Update a comment.
1 parent c4b81f8 commit b623eea

File tree

1 file changed

+2
-2
lines changed
  • bigquery/bigquery_create_spanner_external_dataset

1 file changed

+2
-2
lines changed

bigquery/bigquery_create_spanner_external_dataset/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ resource "google_bigquery_dataset" "default" {
2020
description = "This is a test description."
2121
location = "US"
2222
external_dataset_reference {
23-
# The full identifier of your Spanner database
23+
# The full identifier of your Spanner database.
2424
external_source = "google-cloudspanner:/projects/my_project/instances/my_instance/databases/my_database"
25-
# Must be empty
25+
# Must be empty for a Spanner external dataset.
2626
connection = ""
2727
}
2828
}

0 commit comments

Comments
 (0)