File tree Expand file tree Collapse file tree 2 files changed +12
-31
lines changed
network_connectivity/data_transfer_essentials
multicloud_data_transfer_configs Expand file tree Collapse file tree 2 files changed +12
-31
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- # [START datatransferessentials_destination]
17+ # [START datatransferessentials_parent]
18+ # [START datatransferessentials_multicloud_data_transfer_config]
1819resource "google_network_connectivity_multicloud_data_transfer_config" "default" {
1920 name = " config"
2021 location = " europe-west1"
21- description = " A basic multicloud data transfer config for the destination example"
22+ description = " A basic multicloud data transfer config"
23+ services {
24+ service_name = " big-query"
25+ }
26+ services {
27+ service_name = " cloud-storage"
28+ }
2229}
30+ # [END datatransferessentials_multicloud_data_transfer_config]
2331
32+ # [START datatransferessentials_destination]
2433resource "google_network_connectivity_destination" "default" {
2534 name = " destination"
2635 location = " europe-west1"
@@ -33,3 +42,4 @@ resource "google_network_connectivity_destination" "default" {
3342 }
3443}
3544# [END datatransferessentials_destination]
45+ # [END datatransferessentials_parent]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments