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 0b9e02a commit 7ed16a8Copy full SHA for 7ed16a8
bigquery/bigquery_create_cloud_resource_connection/main.tf renamed to bigquery/bigquery_create_connection_cloud_resource/main.tf
@@ -14,7 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-# [START bigquery_create_cloud_resource_connection]
+# [START bigquery_create_connection_cloud_resource]
18
## This creates a cloud resource connection.
19
## Note: The cloud resource nested object has only one output field - serviceAccountId.
20
resource "google_bigquery_connection" "connection" {
@@ -23,4 +23,4 @@ resource "google_bigquery_connection" "connection" {
23
location = "US"
24
cloud_resource {}
25
}
26
-# [END bigquery_create_cloud_resource_connection]
+# [END bigquery_create_connection_cloud_resource]
0 commit comments