From: Anil Belur Date: Fri, 1 Apr 2022 06:18:08 +0000 (+1000) Subject: Fix: Use lowercase for CentOS Stream var file X-Git-Tag: v0.10.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F69941%2F1;p=releng%2Fcommon-packer.git Fix: Use lowercase for CentOS Stream var file Signed-off-by: Anil Belur Change-Id: I32edf055ce807fbcfc2b176fdfbd943256efa782 --- diff --git a/vars/centos-CS-8.json b/vars/centos-cs-8.json similarity index 87% rename from vars/centos-CS-8.json rename to vars/centos-cs-8.json index aa3f71f..a764e5f 100644 --- a/vars/centos-CS-8.json +++ b/vars/centos-cs-8.json @@ -1,5 +1,5 @@ { - "source_ami_filter_name": "*CentOS-CS-8*", + "source_ami_filter_name": "*CentOS-cs-8*", "source_ami_filter_owner": "aws-marketplace", "source_ami_filter_product_code": "0418c980c296f36ce", "base_image": "CentOS Stream 8 (x86_64) [2022-01-25]",