Skip to content

Commit

Permalink
Merge pull request #263 from kbst/fixmakefile
Browse files Browse the repository at this point in the history
Add --target apply for EKS ingress module to Makefile
  • Loading branch information
pst authored Feb 2, 2022
2 parents ebbe55f + d9d19f0 commit 819c991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ test: validate
docker exec \
test-container-$(GIT_SHA) \
entrypoint terraform apply --target module.aks_zero --target module.eks_zero --target module.gke_zero --input=false --auto-approve
docker exec \
test-container-$(GIT_SHA) \
entrypoint terraform apply --target module.eks_zero_nginx --input=false --auto-approve
docker exec \
test-container-$(GIT_SHA) \
entrypoint terraform apply --input=false --auto-approve
Expand Down

0 comments on commit 819c991

Please sign in to comment.