Skip to content

Commit

Permalink
Add peer network URI used for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Dec 18, 2024
1 parent 8187305 commit d4271b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudamqp/resource_cloudamqp_vpc_gcp_peering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cloudamqp

import (
"fmt"
"os"
"testing"

"github.com/cloudamqp/terraform-provider-cloudamqp/cloudamqp/vcr-testing/configuration"
Expand All @@ -18,7 +17,7 @@ func TestAccVpcGcpPeering_Basic(t *testing.T) {
instanceResourceName = "cloudamqp_instance.instance"
vpcGcpPeeringResourceName = "cloudamqp_vpc_gcp_peering.vpc_peering"
region = "google-compute-engine::europe-west1"
peerNetworkUri = os.Getenv("PEER_NETWORK_URI")
peerNetworkUri = "https://www.googleapis.com/compute/v1/projects/playground-84codes/global/networks/vpc-ljopathx"

params = map[string]string{
"VpcName": "TestAccVpcGcpPeering_Basic",
Expand Down

0 comments on commit d4271b2

Please sign in to comment.