Skip to content

Commit

Permalink
Add --target apply for EKS ingress module to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Feb 2, 2022
1 parent ebbe55f commit d9d19f0
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 d9d19f0

Please sign in to comment.