Changes based on my initial work with Kinbal. It adds/changes the following
IAM role for the ECR repo so that we can easily configure CI pipelines to push service images to a private repo
parametrised root module so that eks_cluster module can be configured through terraform input variables. Cluster name and region are no longer hardcoded.
defined S3 backend for terraform so that statefile can be shared between devs (or between docker containers)
provides a utilty for authenticating MFA users
updated readme to document the changes
What's outstanding:
[x] more testing to ensure I didn't break any of the existing functionality
Changes based on my initial work with Kinbal. It adds/changes the following
eks_cluster
module can be configured through terraform input variables. Cluster name and region are no longer hardcoded.What's outstanding: