From 045647f9bb732e084c2cabdd8214999656522ed1 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sat, 21 Jan 2023 16:11:59 -0800 Subject: [PATCH] hack/update-expected.sh --- .../complex/data/aws_s3_object_cluster-completed.spec_content | 2 +- tests/integration/update_cluster/complex/kubernetes.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/update_cluster/complex/data/aws_s3_object_cluster-completed.spec_content b/tests/integration/update_cluster/complex/data/aws_s3_object_cluster-completed.spec_content index 0c5a58a7a2..1883b94d78 100644 --- a/tests/integration/update_cluster/complex/data/aws_s3_object_cluster-completed.spec_content +++ b/tests/integration/update_cluster/complex/data/aws_s3_object_cluster-completed.spec_content @@ -238,7 +238,7 @@ spec: - additionalRoutes: - cidr: 192.168.1.10/32 target: tgw-0123456 - cidr: 172.20.64.0/19 + cidr: 10.1.64.0/19 egress: tgw-123456 name: us-east-1a-private type: Private diff --git a/tests/integration/update_cluster/complex/kubernetes.tf b/tests/integration/update_cluster/complex/kubernetes.tf index c59736dabd..b082ac0b5f 100644 --- a/tests/integration/update_cluster/complex/kubernetes.tf +++ b/tests/integration/update_cluster/complex/kubernetes.tf @@ -1135,7 +1135,7 @@ resource "aws_security_group_rule" "tcp-api-pl-44444444" { resource "aws_subnet" "us-east-1a-private-complex-example-com" { availability_zone = "us-test-1a" - cidr_block = "172.20.64.0/19" + cidr_block = "10.1.64.0/19" enable_resource_name_dns_a_record_on_launch = true private_dns_hostname_type_on_launch = "resource-name" tags = {