Skip to content

Commit 82b3c38

Browse files
authored
Merge branch 'main' into b/454085637
2 parents dbac82c + a30c061 commit 82b3c38

File tree

2 files changed

+12
-31
lines changed
  • network_connectivity/data_transfer_essentials

2 files changed

+12
-31
lines changed

network_connectivity/data_transfer_essentials/destinations/main.tf renamed to network_connectivity/data_transfer_essentials/main.tf

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

17-
# [START datatransferessentials_destination]
17+
# [START datatransferessentials_parent]
18+
# [START datatransferessentials_multicloud_data_transfer_config]
1819
resource "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]
2433
resource "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]

network_connectivity/data_transfer_essentials/multicloud_data_transfer_configs/main.tf

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)