Skip to content

Commit 220dfba

Browse files
committed
chore: update integration test snapshots
1 parent b61c2b1 commit 220dfba

File tree

5 files changed

+7
-27
lines changed

5 files changed

+7
-27
lines changed

packages/@aws-cdk/aws-autoscaling/test/integ.asg-lt.js.snapshot/aws-cdk-asg-integ.assets.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"version": "21.0.0",
33
"files": {
4-
"92e76df1c27ca166c25778ea9aba509409d5d5011fce65dbff63251e4422a71d": {
4+
"2ca8f144c3e288148d58c9b9e86c9034f6a72b09cecffac3a5d406f8f53d5b18": {
55
"source": {
66
"path": "aws-cdk-asg-integ.template.json",
77
"packaging": "file"
88
},
99
"destinations": {
1010
"current_account-current_region": {
1111
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12-
"objectKey": "92e76df1c27ca166c25778ea9aba509409d5d5011fce65dbff63251e4422a71d.json",
12+
"objectKey": "2ca8f144c3e288148d58c9b9e86c9034f6a72b09cecffac3a5d406f8f53d5b18.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-autoscaling/test/integ.asg-lt.js.snapshot/aws-cdk-asg-integ.template.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -657,17 +657,7 @@
657657
"Action": "sts:AssumeRole",
658658
"Effect": "Allow",
659659
"Principal": {
660-
"Service": {
661-
"Fn::Join": [
662-
"",
663-
[
664-
"ec2.",
665-
{
666-
"Ref": "AWS::URLSuffix"
667-
}
668-
]
669-
]
670-
}
660+
"Service": "ec2.amazonaws.com"
671661
}
672662
}
673663
],
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"20.0.0"}
1+
{"version":"21.0.0"}

packages/@aws-cdk/aws-autoscaling/test/integ.asg-lt.js.snapshot/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"validateOnSynth": false,
2424
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
2525
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
26-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/92e76df1c27ca166c25778ea9aba509409d5d5011fce65dbff63251e4422a71d.json",
26+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/2ca8f144c3e288148d58c9b9e86c9034f6a72b09cecffac3a5d406f8f53d5b18.json",
2727
"requiresBootstrapStackVersion": 6,
2828
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
2929
"additionalDependencies": [

packages/@aws-cdk/aws-autoscaling/test/integ.asg-lt.js.snapshot/tree.json

+2-12
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"path": "Tree",
1010
"constructInfo": {
1111
"fqn": "constructs.Construct",
12-
"version": "10.1.123"
12+
"version": "10.1.140"
1313
}
1414
},
1515
"aws-cdk-asg-integ": {
@@ -1061,17 +1061,7 @@
10611061
"Action": "sts:AssumeRole",
10621062
"Effect": "Allow",
10631063
"Principal": {
1064-
"Service": {
1065-
"Fn::Join": [
1066-
"",
1067-
[
1068-
"ec2.",
1069-
{
1070-
"Ref": "AWS::URLSuffix"
1071-
}
1072-
]
1073-
]
1074-
}
1064+
"Service": "ec2.amazonaws.com"
10751065
}
10761066
}
10771067
],

0 commit comments

Comments
 (0)