Skip to content

Commit 99bdea4

Browse files
committed
Add integration test results
1 parent 9cbba99 commit 99bdea4

49 files changed

Lines changed: 2067 additions & 127 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/@aws-cdk/aws-ec2/test/bastion-host-arm-support.integ.snapshot/TestStack.assets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "17.0.0",
2+
"version": "20.0.0",
33
"files": {
4-
"fd00d9ebd8ca69eccb741d19fa3f519008a431524a3dd927a34af323459ba40b": {
4+
"88eb4416b23f1e7730ec83de7bae0b316b64abca76222ac4b850807c5feb7263": {
55
"source": {
66
"path": "TestStack.template.json",
77
"packaging": "file"
88
},
99
"destinations": {
1010
"current_account-current_region": {
1111
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12-
"objectKey": "fd00d9ebd8ca69eccb741d19fa3f519008a431524a3dd927a34af323459ba40b.json",
12+
"objectKey": "88eb4416b23f1e7730ec83de7bae0b316b64abca76222ac4b850807c5feb7263.json",
1313
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
1414
}
1515
}

packages/@aws-cdk/aws-ec2/test/bastion-host-arm-support.integ.snapshot/TestStack.template.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@
117117
"Value": "TestStack/VPC/PublicSubnet1"
118118
}
119119
]
120-
}
120+
},
121+
"DependsOn": [
122+
"VPCPublicSubnet1DefaultRoute91CEF279"
123+
]
121124
},
122125
"VPCPublicSubnet2Subnet74179F39": {
123126
"Type": "AWS::EC2::Subnet",
@@ -221,7 +224,10 @@
221224
"Value": "TestStack/VPC/PublicSubnet2"
222225
}
223226
]
224-
}
227+
},
228+
"DependsOn": [
229+
"VPCPublicSubnet2DefaultRouteB7481BBA"
230+
]
225231
},
226232
"VPCPrivateSubnet1Subnet8BCA10E0": {
227233
"Type": "AWS::EC2::Subnet",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"17.0.0"}
1+
{"version":"20.0.0"}

packages/@aws-cdk/aws-ec2/test/bastion-host-arm-support.integ.snapshot/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "17.0.0",
2+
"version": "20.0.0",
33
"artifacts": {
44
"Tree": {
55
"type": "cdk:tree",

packages/@aws-cdk/aws-ec2/test/bastion-host-arm-support.integ.snapshot/tree.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"path": "Tree",
1010
"constructInfo": {
1111
"fqn": "constructs.Construct",
12-
"version": "10.0.9"
12+
"version": "10.1.65"
1313
}
1414
},
1515
"TestStack": {

0 commit comments

Comments
 (0)