mirror of https://github.com/kubernetes/kops.git
hack/update-expected.sh
This commit is contained in:
parent
3656924bc5
commit
045647f9bb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue