File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
network_management/vpcflowlogs
interconnect_attachment_basic
interconnect_attachment_full Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1717# [START vpcflowlogs_interconnect_attachment_basic_parent_tag]
1818# [START vpcflowlogs_interconnect_attachment_basic_vpcflow]
1919resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
20- provider = google- beta
21-
2220 vpc_flow_logs_config_id = " vpcflowlogs-config"
2321 location = " global"
2422 interconnect_attachment = google_compute_interconnect_attachment. attachment . id
Original file line number Diff line number Diff line change 1717# [START vpcflowlogs_interconnect_attachment_full_parent_tag]
1818# [START vpcflowlogs_interconnect_attachment_full_vpcflow]
1919resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
20- provider = google- beta
21-
2220 vpc_flow_logs_config_id = " vpcflowlogs-config"
2321 location = " global"
2422 interconnect_attachment = google_compute_interconnect_attachment. attachment . id
Original file line number Diff line number Diff line change 1717# [START vpcflowlogs_vpn_tunnel_basic_parent_tag]
1818# [START vpcflowlogs_vpn_tunnel_basic_vpcflow]
1919resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
20- provider = google- beta
21-
2220 vpc_flow_logs_config_id = " vpcflowlogs-config"
2321 location = " global"
2422 vpn_tunnel = google_compute_vpn_tunnel. tunnel . id
Original file line number Diff line number Diff line change 1717# [START vpcflowlogs_vpn_tunnel_full_parent_tag]
1818# [START vpcflowlogs_vpn_tunnel_full_vpcflow]
1919resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
20- provider = google- beta
21-
2220 vpc_flow_logs_config_id = " vpcflowlogs-config"
2321 location = " global"
2422 vpn_tunnel = google_compute_vpn_tunnel. tunnel . id
You can’t perform that action at this time.
0 commit comments