Skip to content

Commit

Permalink
Use proper prefix inside router_interface test (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Jul 29, 2020
1 parent f0d13a2 commit cc23ecf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ resource "google_compute_network" "foobar" {
}
resource "google_compute_subnetwork" "foobar" {
name = "router-interface-test-subnetwork-%s"
name = "tf-test-router-interface-subnetwork-%s"
network = google_compute_network.foobar.self_link
ip_cidr_range = "10.0.0.0/16"
region = "us-central1"
Expand Down Expand Up @@ -317,7 +317,7 @@ resource "google_compute_network" "foobar" {
}
resource "google_compute_subnetwork" "foobar" {
name = "router-interface-test-subnetwork-%s"
name = "tf-test-router-interface-subnetwork-%s"
network = google_compute_network.foobar.self_link
ip_cidr_range = "10.0.0.0/16"
region = "us-central1"
Expand Down

0 comments on commit cc23ecf

Please sign in to comment.