Skip to content

Commit 9ec3d10

Browse files
committed
Updating zones for testing
1 parent f893104 commit 9ec3d10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mmv1/products/memorystore/Instance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ examples:
8383
secondary_instance_deletion_protection_enabled: 'true'
8484
secondary_instance_prevent_destroy: 'true'
8585
secondary_instance_policy_name: 'my-policy-secondary-instance'
86-
secondary_network_name: "my-network-primary-instance"
86+
secondary_network_name: "my-network-secondary-instance"
8787
secondary_instance_subnet_name: 'my-subnet-secondary-instance'
8888
test_vars_overrides:
8989
'primary_instance_deletion_protection_enabled': 'false'

mmv1/third_party/terraform/services/memorystore/resource_memorystore_instance_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ resource "google_memorystore_instance" "test_secondary" {
451451
replica_count = %d
452452
shard_count = %d
453453
node_type = "%s"
454-
location = "europe-west4"
454+
location = "us-west2"
455455
desired_psc_auto_connections {
456456
network = google_compute_network.producer_net.id
457457
project_id = data.google_project.project.project_id
@@ -536,7 +536,7 @@ resource "google_memorystore_instance" "test" {
536536
replica_count = %d
537537
shard_count = %d
538538
node_type = "%s"
539-
location = "europe-west1"
539+
location = "us-west2"
540540
desired_psc_auto_connections {
541541
network = google_compute_network.producer_net.id
542542
project_id = data.google_project.project.project_id
@@ -559,7 +559,7 @@ resource "google_memorystore_instance" "test" {
559559
560560
resource "google_network_connectivity_service_connection_policy" "default" {
561561
name = "%s"
562-
location = "europe-west1"
562+
location = "us-west2"
563563
service_class = "gcp-memorystore"
564564
description = "my basic service connection policy"
565565
network = google_compute_network.producer_net.id
@@ -571,7 +571,7 @@ resource "google_network_connectivity_service_connection_policy" "default" {
571571
resource "google_compute_subnetwork" "producer_subnet" {
572572
name = "%s"
573573
ip_cidr_range = "10.0.0.248/29"
574-
region = "europe-west1"
574+
region = "us-west2"
575575
network = google_compute_network.producer_net.id
576576
}
577577

0 commit comments

Comments
 (0)