Skip to content

Commit

Permalink
chore: fix Java tests failing due to changed SSM parameter imports (#…
Browse files Browse the repository at this point in the history
…432)
  • Loading branch information
jocoandonov committed Apr 29, 2021
1 parent a1ca838 commit 3caa8f3
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@
"ASGLaunchConfigC00AF12B": {
"Type": "AWS::AutoScaling::LaunchConfiguration",
"Properties": {
"ImageId": {
"Ref": "SsmParameterValueawsserviceamiamazonlinuxlatestamznamihvmx8664gp2C96584B6F00A464EAD1953AFF4B05118Parameter"
},
"ImageId": "{{resolve:ssm:/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2}}",
"InstanceType": "r4.xlarge",
"IamInstanceProfile": {
"Ref": "ASGInstanceProfile0A2834D7"
Expand Down Expand Up @@ -395,11 +393,5 @@
}
}
}
},
"Parameters": {
"SsmParameterValueawsserviceamiamazonlinuxlatestamznamihvmx8664gp2C96584B6F00A464EAD1953AFF4B05118Parameter": {
"Type": "AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>",
"Default": "/aws/service/ami-amazon-linux-latest/amzn-ami-hvm-x86_64-gp2"
}
}
}

0 comments on commit 3caa8f3

Please sign in to comment.