Skip to content

Commit

Permalink
Updated a typo in the documentation for the private eks cluster examp…
Browse files Browse the repository at this point in the history
…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
satveerkhurpa and Satveer Khurpa authored Jul 21, 2022
1 parent 8e35fec commit 8a783b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fully-private-eks-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Ensure that you have installed the following tools in your Mac or Windows Laptop
#### Step1: Clone the repo using the command below

```shell script
git clone git clone https://github.com/aws-ia/terraform-aws-eks-blueprints.git
git clone https://github.com/aws-ia/terraform-aws-eks-blueprints.git
```

#### Step2: Review and update the base.tfvars
Expand Down

0 comments on commit 8a783b1

Please sign in to comment.