Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix(cfn): scnner instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtagscherer committed Jul 1, 2023
1 parent 1a23260 commit b184442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/aws/VmClarity.cfn
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Resources:
- !Ref "AWS::Region"
- !FindInMap
- AWSInstanceType2Arch
- !Ref InstanceType
- !Ref ScannerInstanceType
- Arch
ScannerContainerImage: !If [ScannerContainerImageOverridden, !Ref ScannerContainerImageOverride, "ghcr.io/openclarity/vmclarity-cli:latest"]
mode: "000644"
Expand Down

0 comments on commit b184442

Please sign in to comment.