We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f53e7d commit ad0b60bCopy full SHA for ad0b60b
scripts/check.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+# TODO: add checks to run pre-zero apply
zero-module.yml
@@ -1,7 +1,9 @@
name: zero-aws-eks-stack
description: 'zero module for an AWS kubernetes stack on EKS'
author: 'Commit'
4
-zeroVersion: '>= 0.1.0'
+zeroVersion: '>= 0.1.1'
5
+commands:
6
+ check: sh scripts/check.sh
7
8
template:
9
strictMode: true
0 commit comments