Skip to content

Commit a455f73

Browse files
Set default EC2_FILTERS for terraform (#493)
1 parent e3dc812 commit a455f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/provision/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include ../Ansible.common
33

44
TERRAFORM_DIR := ./terraform
55
ANSIBLE_FOLDER := ./terraform
6-
EC2_FILTERS ?= [""]
6+
EC2_FILTERS ?= ["ubuntu", "centos7", "centos8", "centos-stream", "sles-15.1", "sles-15.2", "sles-15.3", "sles-15.4", "sles-15.5", "redhat", "debian-buster", "debian-bullseye", "debian-bookworm", "al"]
77

88
.DEFAULT_GOAL := provision
99

0 commit comments

Comments
 (0)