diff --git a/modules/l1/.gitkeep b/modules/l1/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/modules/l1/l1-eks-fargate/manifest.yaml b/modules/l1/l1-eks-fargate/manifest.yaml new file mode 100644 index 0000000..1ddf8d1 --- /dev/null +++ b/modules/l1/l1-eks-fargate/manifest.yaml @@ -0,0 +1,13 @@ +name: l1-eks-fargate +kind: l1 +description: Serverless container compute substrate +inputs: + cluster_name: + description: Name of the EKS cluster to target + type: string + region: + description: AWS region the cluster runs in + type: string + cpu_arch: + description: CPU architecture for Fargate pods (x86_64 or arm64) + type: string \ No newline at end of file diff --git a/modules/l1/l1-eks-fargate/mock_apply.sh b/modules/l1/l1-eks-fargate/mock_apply.sh new file mode 100755 index 0000000..dd8f766 --- /dev/null +++ b/modules/l1/l1-eks-fargate/mock_apply.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail +echo "[L1: l1-eks-fargate] applying..." +sleep 1 +echo "[L1: l1-eks-fargate] OK" +exit 0 \ No newline at end of file