Skip to content

Commit e384a66

Browse files
Initial primitive module implementation for aws_eks_cluster (#1)
- Fully featured module implementation - Simple test scenario - Latest iteration of copilot authored module incorporating feedback from the team
1 parent f338247 commit e384a66

28 files changed

+4024
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "gomod"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
- package-ecosystem: "terraform"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)