10000 Delete unused test Cfn templates by viren-nadkarni · Pull Request #11771 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

Delete unused test Cfn templates #11771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/aws/templates/template28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Resources:
Properties:
InstanceType: "t3.small"
# The following image is initialised in EC2 Pro provider init hook
ImageId: ami-a33ac4f1069a
ImageId: ami-df5de72bdb3b
KeyName: !Ref Ec2KeyPairName
IamInstanceProfile: !Ref InstanceProfile
SecurityGroupIds:
Expand All @@ -100,7 +100,7 @@ Resources:
Properties:
InstanceType: "t3.small"
# The following image is initialised in EC2 Pro provider init hook
ImageId: ami-a33ac4f1069a
ImageId: ami-df5de72bdb3b

CloudWatchAlarm:
Type: AWS::CloudWatch::Alarm
Expand Down
Loading
0