Skip to content

Commit

Permalink
chore: update expectations per latest CDK changes
Browse files Browse the repository at this point in the history
The change corresponding to aws/aws-cdk#14527
  • Loading branch information
Niranjan Jayakar committed May 20, 2021
1 parent 9b58b1e commit 581d291
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@
"ASGLaunchConfigC00AF12B": {
"Type": "AWS::AutoScaling::LaunchConfiguration",
"Properties": {
"ImageId": "{{resolve:ssm:/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2}}",
"ImageId": {
"Ref": "SsmParameterValueawsserviceamiamazonlinuxlatestamznamihvmx8664gp2C96584B6F00A464EAD1953AFF4B05118Parameter"
},
"InstanceType": "r4.xlarge",
"IamInstanceProfile": {
"Ref": "ASGInstanceProfile0A2834D7"
Expand Down

0 comments on commit 581d291

Please sign in to comment.