You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customer_name="internal_customer"# Special customer only available for Google testing.
6
-
interconnect_type="IT_PRIVATE"# Special type only available for Google testing.
6
+
interconnect_type="DEDICATED"
7
7
link_type="LINK_TYPE_ETHERNET_10G_LR"
8
8
location="https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-a"# Special location only available for Google testing.
Copy file name to clipboardExpand all lines: interconnect_attachment_dedicated/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ data "google_project" "project" {}
3
3
resource"google_compute_interconnect""foobar" {
4
4
name="interconenct-1-${local.name_suffix}"
5
5
customer_name="internal_customer"# Special customer only available for Google testing.
6
-
interconnect_type="IT_PRIVATE"# Special type only available for Google testing.
6
+
interconnect_type="DEDICATED"
7
7
link_type="LINK_TYPE_ETHERNET_10G_LR"
8
8
requested_link_count=1
9
9
location="https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-a"# Special location only available for Google testing.
0 commit comments