Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# [START vpcflowlogs_interconnect_attachment_basic_parent_tag]
# [START vpcflowlogs_interconnect_attachment_basic_vpcflow]
resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
provider = google-beta

vpc_flow_logs_config_id = "vpcflowlogs-config"
location = "global"
interconnect_attachment = google_compute_interconnect_attachment.attachment.id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# [START vpcflowlogs_interconnect_attachment_full_parent_tag]
# [START vpcflowlogs_interconnect_attachment_full_vpcflow]
resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
provider = google-beta

vpc_flow_logs_config_id = "vpcflowlogs-config"
location = "global"
interconnect_attachment = google_compute_interconnect_attachment.attachment.id
Expand Down
2 changes: 0 additions & 2 deletions network_management/vpcflowlogs/vpn_tunnel_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# [START vpcflowlogs_vpn_tunnel_basic_parent_tag]
# [START vpcflowlogs_vpn_tunnel_basic_vpcflow]
resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
provider = google-beta

vpc_flow_logs_config_id = "vpcflowlogs-config"
location = "global"
vpn_tunnel = google_compute_vpn_tunnel.tunnel.id
Expand Down
2 changes: 0 additions & 2 deletions network_management/vpcflowlogs/vpn_tunnel_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# [START vpcflowlogs_vpn_tunnel_full_parent_tag]
# [START vpcflowlogs_vpn_tunnel_full_vpcflow]
resource "google_network_management_vpc_flow_logs_config" "vpc_flow_logs_config" {
provider = google-beta

vpc_flow_logs_config_id = "vpcflowlogs-config"
location = "global"
vpn_tunnel = google_compute_vpn_tunnel.tunnel.id
Expand Down
Loading