Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated a typo in the documentation for the private eks cluster examp…
…le (#787) * Updates to the fully private eks cluster example * Updates based on code review comments * Updated main README.MD * README updates * Adding updated README.MD * Updated example based on upstream updates * Updated docs * Updated region for local testing * Revert "Updated region for local testing" This reverts commit ef790b4. * Updated tenant var for local testing * Update docs and var * Updated instructions * Updated tf state to be remote * Adding auto.tfvars to aid remote backend * Update locals var to fix TF cloud plan error * Revert "Update locals var to fix TF cloud plan error" This reverts commit 52462ff. * Updated vpc remote state var * Remove cloud block. * Update var in auto.tfvars * Added default value to region var * Testing external-dns with TF Cloud * Updated tenant * Added region var * Updated region var * Updated to use a static region for aws provider * Revert static region update * TEsting with a static aws region * Remove the alias for region * Revert region updates * Formatted code * Updated cluster name * Updated stage var to be unique * Cleanup * Fixed acm cert domain * Adding additional addons * Adding sample nginx config * README updated with instructions for Terraform Cloud * Cleanup * Updates to run the private eks cluster from bastion * Updated EKS version * Updated VPC stack * Updated VPC stack with TF Cloud * Updated stack for TF Cloud * Updates to read vpc id and subnet ids from vars * Updated vars * Updated addons * Updated terraform cloud provider for state * bug fixes * Updated CSI driver add-on config * Disable EBS driver * Remove nginx * disable external dns * cleanup * Updates to the VPC stack * Updated public and private VPC config * Updated region * Updated all stacks for us-east-1 * Updated cluster name * Updated cluster name * Updated eks cluster domain * Updated cert domain * Cleanup * Adding other add-ons * Updated stacks for prometheus related updates * Fixed typo * Updated base.tfvars with prometheus endpoint * Updated CSI driver version * Updated CNI version * Updated EKS stack with Bottle rocket details * Added tags * Enable LB controller * Updates to add-ons for testing fixes * Disable argocd workloads * Disable AMP to test * Revert earlier commit and test AMP * disable AMP * disable prometheus and lb controller * Testing external dns issue * Enable external_dns * Switched to the original repo for addons * Disable add-ons * Revert "Disable add-ons" This reverts commit c080268. * Rolling back addons * Disable external-dns * Updating addon repo config * Updating addon repo config * enable externaldns * disable nginx and external_dns * Updated eks cluster domain * fmt * Test removing CSI driver * Restore addons * Updated README * Switching to 1.21 * Disable AMP * Revert "Disable AMP" This reverts commit c123109. * Temp disable AMP * Enable KEDA * Update EKS version nodegroups and managed addon * Remove unused var * Fixes to get cluster name * Testing external dns * Updated acm_cert var * Updated cluster name * Add Keda * Updated EKS version * multitenancy stack updates * Rebased from origin * Updated region * Updated the eks stack. * Fixed module name * Fixed errors * cleanup * Updated private vpc subnet CIDR block range * cleanup * Updates * cleanup * Updates * updates * disable argocd * updates * updates * Cleanup * Updated README.MD * Updates to provision the VPC, peer, Cloud9 instance * Updated base.tfvars for the eks stack * Updated TF Cloud workspace details * Updated docs * Updated docs * Adding the add-ons module * Updates to add-ons * Doc updates * Disable VPC CNI as it is getting stuck in creating state * Updates to create an IAM instance profile for the Cloud9 instance * Cleanup * Cleanup * Updated the IAM vars with empty default values * Enable VPC CNI managed add-on * Updated IRSA condition to include aud:sts.amazonaws.com * bug fix IRSA * Updated IRSA module for missing condition * Updates to get latest version of addons * Precommit updates * Doc updates * Updates to the OIDC provider for the addons module * TF Format * Removed TF Cloud State management config * Create base.auto.tfvars * Updated VPC names * Delete base.auto.tfvars * Cleanup * Terraform fmt * Updates based on PR comments * Updated the GitLab CI example * Linting updates * Fixed typo * Removed extral line Co-authored-by: Satveer Khurpa <[email protected]>
- Loading branch information