Skip to content

Commit

Permalink
make different names for dataproc cluster test (#3660) (#2191)
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 Jun 17, 2020
1 parent 7d3fd6e commit 9402c6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/3660.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 2 additions & 2 deletions google-beta/resource_dataproc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ resource "google_compute_firewall" "dataproc_network_firewall" {
}
resource "google_dataproc_cluster" "with_net_ref_by_name" {
name = "tf-test-dproc-%s"
name = "tf-test-dproc-net-%s"
region = "us-central1"
depends_on = [google_compute_firewall.dataproc_network_firewall]
Expand All @@ -1450,7 +1450,7 @@ resource "google_dataproc_cluster" "with_net_ref_by_name" {
}
resource "google_dataproc_cluster" "with_net_ref_by_url" {
name = "tf-test-dproc-%s"
name = "tf-test-dproc-url-%s"
region = "us-central1"
depends_on = [google_compute_firewall.dataproc_network_firewall]
Expand Down

0 comments on commit 9402c6f

Please sign in to comment.