Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Dec 3, 2024
1 parent be3caf8 commit 2df4985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ec2-instance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class Ec2CdkStack extends pulumicdk.Stack {

const ssmName = ec2.AmazonLinuxImage.ssmParameterName({
generation: ec2.AmazonLinuxGeneration.AMAZON_LINUX_2023,
cpuType: ec2.AmazonLinuxCpuType.ARM_64,
});
new ec2.Instance(this, 'ssm-instance', {
vpc,
Expand Down

0 comments on commit 2df4985

Please sign in to comment.