hack/update-expected.sh

This commit is contained in:
John Gardiner Myers 2023-01-21 16:11:59 -08:00
parent 3656924bc5
commit 045647f9bb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 = {