We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebbe55f + d9d19f0 commit 819c991Copy full SHA for 819c991
Makefile
@@ -60,6 +60,9 @@ test: validate
60
docker exec \
61
test-container-$(GIT_SHA) \
62
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
66
67
68
entrypoint terraform apply --input=false --auto-approve
0 commit comments