google_bigquery_analytics_hub_data_exchange

A Bigquery Analytics Hub data exchange

To get more information about DataExchange, see:

Open in Cloud Shell

Example Usage - Bigquery Analyticshub Data Exchange Basic

resource "google_bigquery_analytics_hub_data_exchange" "data_exchange" {
  location         = "US"
  data_exchange_id = "my_data_exchange"
  display_name     = "my_data_exchange"
  description      = "example data exchange"
}

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

DataExchange can be imported using any of these accepted formats:

In Terraform v1.5.0 and later, use an import block to import DataExchange using one of the formats above. For example:

import {
  id = "projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}"
  to = google_bigquery_analytics_hub_data_exchange.default
}

When using the terraform import command, DataExchange can be imported using one of the formats above. For example:

$ terraform import google_bigquery_analytics_hub_data_exchange.default projects/{{project}}/locations/{{location}}/dataExchanges/{{data_exchange_id}}
$ terraform import google_bigquery_analytics_hub_data_exchange.default {{project}}/{{location}}/{{data_exchange_id}}
$ terraform import google_bigquery_analytics_hub_data_exchange.default {{location}}/{{data_exchange_id}}
$ terraform import google_bigquery_analytics_hub_data_exchange.default {{data_exchange_id}}

User Project Overrides

This resource supports User Project Overrides.