Skip to content

Commit 819c991

Browse files
authored
Merge pull request #263 from kbst/fixmakefile
Add --target apply for EKS ingress module to Makefile
2 parents ebbe55f + d9d19f0 commit 819c991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test: validate
6060
docker exec \
6161
test-container-$(GIT_SHA) \
6262
entrypoint terraform apply --target module.aks_zero --target module.eks_zero --target module.gke_zero --input=false --auto-approve
63+
docker exec \
64+
test-container-$(GIT_SHA) \
65+
entrypoint terraform apply --target module.eks_zero_nginx --input=false --auto-approve
6366
docker exec \
6467
test-container-$(GIT_SHA) \
6568
entrypoint terraform apply --input=false --auto-approve

0 commit comments

Comments
 (0)