Skip to content

Commit ad0b60b

Browse files
authored
Fix to be compatible with zero v0.1.1 (#198)
1 parent 9f53e7d commit ad0b60b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scripts/check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
# TODO: add checks to run pre-zero apply

zero-module.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: zero-aws-eks-stack
22
description: 'zero module for an AWS kubernetes stack on EKS'
33
author: 'Commit'
4-
zeroVersion: '>= 0.1.0'
4+
zeroVersion: '>= 0.1.1'
5+
commands:
6+
check: sh scripts/check.sh
57

68
template:
79
strictMode: true

0 commit comments

Comments
 (0)