Skip to content

Commit

Permalink
Fix ComputeSharedVpc_basic test by trimming project_id
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
c2thorn authored and modular-magician committed Jan 14, 2020
1 parent 09520ea commit 1bd5d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/resource_compute_shared_vpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ func TestAccComputeSharedVpc_basic(t *testing.T) {
org := getTestOrgFromEnv(t)
billingId := getTestBillingAccountFromEnv(t)

hostProject := acctest.RandomWithPrefix("tf-test-xpn-host")
serviceProject := acctest.RandomWithPrefix("tf-test-xpn-service")
hostProject := acctest.RandomWithPrefix("tf-test-h")
serviceProject := acctest.RandomWithPrefix("tf-test-s")

hostProjectResourceName := "google_compute_shared_vpc_host_project.host"
serviceProjectResourceName := "google_compute_shared_vpc_service_project.service"
Expand Down

0 comments on commit 1bd5d9e

Please sign in to comment.