File tree 2 files changed +5
-5
lines changed
third_party/terraform/services/memorystore
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ examples:
83
83
secondary_instance_deletion_protection_enabled : ' true'
84
84
secondary_instance_prevent_destroy : ' true'
85
85
secondary_instance_policy_name : ' my-policy-secondary-instance'
86
- secondary_network_name : " my-network-primary -instance"
86
+ secondary_network_name : " my-network-secondary -instance"
87
87
secondary_instance_subnet_name : ' my-subnet-secondary-instance'
88
88
test_vars_overrides :
89
89
' primary_instance_deletion_protection_enabled ' : ' false'
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ resource "google_memorystore_instance" "test_secondary" {
451
451
replica_count = %d
452
452
shard_count = %d
453
453
node_type = "%s"
454
- location = "europe-west4 "
454
+ location = "us-west2 "
455
455
desired_psc_auto_connections {
456
456
network = google_compute_network.producer_net.id
457
457
project_id = data.google_project.project.project_id
@@ -536,7 +536,7 @@ resource "google_memorystore_instance" "test" {
536
536
replica_count = %d
537
537
shard_count = %d
538
538
node_type = "%s"
539
- location = "europe-west1 "
539
+ location = "us-west2 "
540
540
desired_psc_auto_connections {
541
541
network = google_compute_network.producer_net.id
542
542
project_id = data.google_project.project.project_id
@@ -559,7 +559,7 @@ resource "google_memorystore_instance" "test" {
559
559
560
560
resource "google_network_connectivity_service_connection_policy" "default" {
561
561
name = "%s"
562
- location = "europe-west1 "
562
+ location = "us-west2 "
563
563
service_class = "gcp-memorystore"
564
564
description = "my basic service connection policy"
565
565
network = google_compute_network.producer_net.id
@@ -571,7 +571,7 @@ resource "google_network_connectivity_service_connection_policy" "default" {
571
571
resource "google_compute_subnetwork" "producer_subnet" {
572
572
name = "%s"
573
573
ip_cidr_range = "10.0.0.248/29"
574
- region = "europe-west1 "
574
+ region = "us-west2 "
575
575
network = google_compute_network.producer_net.id
576
576
}
577
577
You can’t perform that action at this time.
0 commit comments