This git repository setups the cloud resources required to run Jenkins X on EKS via Terraform and then sets up Jenkins X with Vault.
We assume you have access to EKS.
Run the ./bin/apply.sh
script to generate the terraform resources and modify the jx-requirements.yml
file
Now git commit and push any changes...
git add *
git commit -a -m "chore: regenerated terraform"