Minor updates.

This commit is contained in:
2022-12-09 18:08:49 +01:00
parent 621e04fb94
commit f94a81ada5
8 changed files with 77 additions and 14 deletions

View File

@ -6,6 +6,10 @@ terraform {
source = "${get_repo_root()}//modules/eks-cert-manager"
}
dependencies {
paths = ["../eks-kube-prometheus-stack"]
}
dependency "eks" {
config_path = "../eks"