Skip to content

Commit 4ba60c4

Browse files
Failing test(s): TestAccComputeInterconnect_computeInterconnectBasicTestExample (GoogleCloudPlatform#12718)
1 parent 22843cb commit 4ba60c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mmv1/templates/terraform/examples/interconnect_attachment_dedicated.tf.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "google_compute_interconnect" "foobar" {
66
interconnect_type = "DEDICATED"
77
link_type = "LINK_TYPE_ETHERNET_10G_LR"
88
requested_link_count = 1
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.
9+
location = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-nciadf-a" # Special location only available for Google testing.
1010
}
1111

1212
resource "google_compute_interconnect_attachment" "{{$.PrimaryResourceId}}" {

mmv1/third_party/terraform/services/compute/resource_compute_interconnect_macsec_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "google_compute_interconnect" "example-interconnect" {
5151
customer_name = "internal_customer" # Special customer only available for Google testing.
5252
interconnect_type = "DEDICATED"
5353
link_type = "LINK_TYPE_ETHERNET_100G_LR"
54-
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.
54+
location = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-z" # Special location only available for Google testing.
5555
requested_link_count = 1
5656
admin_enabled = true
5757
description = "example description"
@@ -74,7 +74,7 @@ resource "google_compute_interconnect" "example-interconnect" {
7474
customer_name = "internal_customer" # Special customer only available for Google testing.
7575
interconnect_type = "DEDICATED"
7676
link_type = "LINK_TYPE_ETHERNET_100G_LR"
77-
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.
77+
location = "https://www.googleapis.com/compute/v1/projects/${data.google_project.project.name}/global/interconnectLocations/z2z-us-east4-zone1-lciadl-z" # Special location only available for Google testing.
7878
requested_link_count = 1
7979
admin_enabled = true
8080
description = "example description"

0 commit comments

Comments
 (0)