From 9256dd160c916dedae3fdb70b73ba26a8e1f86c4 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Fri, 9 Apr 2021 10:21:50 -0400 Subject: [PATCH] Fix to be compatible with zero v0.1.1 --- scripts/check.sh | 3 +++ zero-module.yml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 scripts/check.sh diff --git a/scripts/check.sh b/scripts/check.sh new file mode 100644 index 0000000..b1f2f73 --- /dev/null +++ b/scripts/check.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +# TODO: add checks to run pre-zero apply diff --git a/zero-module.yml b/zero-module.yml index b49c89a..9c85f78 100644 --- a/zero-module.yml +++ b/zero-module.yml @@ -1,7 +1,9 @@ name: zero-aws-eks-stack description: 'zero module for an AWS kubernetes stack on EKS' author: 'Commit' -zeroVersion: '>= 0.1.0' +zeroVersion: '>= 0.1.1' +commands: + check: sh scripts/check.sh template: strictMode: true