Skip to content

Commit 7ed16a8

Browse files
Add an example for creating a cloud resource connection
1 parent 0b9e02a commit 7ed16a8

File tree

1 file changed

+2
-2
lines changed
  • bigquery/bigquery_create_connection_cloud_resource

1 file changed

+2
-2
lines changed

bigquery/bigquery_create_cloud_resource_connection/main.tf renamed to bigquery/bigquery_create_connection_cloud_resource/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START bigquery_create_cloud_resource_connection]
17+
# [START bigquery_create_connection_cloud_resource]
1818
## This creates a cloud resource connection.
1919
## Note: The cloud resource nested object has only one output field - serviceAccountId.
2020
resource "google_bigquery_connection" "connection" {
@@ -23,4 +23,4 @@ resource "google_bigquery_connection" "connection" {
2323
location = "US"
2424
cloud_resource {}
2525
}
26-
# [END bigquery_create_cloud_resource_connection]
26+
# [END bigquery_create_connection_cloud_resource]

0 commit comments

Comments
 (0)