Skip to content

Commit

Permalink
Rename inst-test networks to tf-test for sweeper (#3112) (#5652)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Feb 11, 2020
1 parent 3d6719d commit 86a81e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/3112.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:REPLACEME

```
2 changes: 1 addition & 1 deletion google/resource_compute_instance_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ resource "google_compute_instance_template" "foobar" {
func testAccComputeInstanceTemplate_secondaryAliasIpRange(i string) string {
return fmt.Sprintf(`
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
}
resource "google_compute_subnetwork" "inst-test-subnetwork" {
Expand Down
10 changes: 5 additions & 5 deletions google/resource_compute_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3046,7 +3046,7 @@ data "google_compute_image" "my_image" {
}
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
auto_create_subnetworks = true
}
Expand Down Expand Up @@ -3079,7 +3079,7 @@ data "google_compute_image" "my_image" {
}
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
auto_create_subnetworks = false
}
Expand Down Expand Up @@ -3152,7 +3152,7 @@ resource "google_compute_shared_vpc_service_project" "service_project" {
}
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
project = google_compute_shared_vpc_host_project.host_project.project
auto_create_subnetworks = false
Expand Down Expand Up @@ -3196,7 +3196,7 @@ data "google_compute_image" "my_image" {
}
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
}
resource "google_compute_subnetwork" "inst-test-subnetwork" {
Expand Down Expand Up @@ -3234,7 +3234,7 @@ data "google_compute_image" "my_image" {
}
resource "google_compute_network" "inst-test-network" {
name = "inst-test-network-%s"
name = "tf-test-network-%s"
}
resource "google_compute_subnetwork" "inst-test-subnetwork" {
Expand Down

0 comments on commit 86a81e1

Please sign in to comment.