Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Jun 16, 2022
1 parent 755fbee commit 9af4438
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform-environments/aws/terragrunt-dev/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ They took this out before because the AWS EKS module said they didnt want to tak
was out of scope for this module. I guess they changed their minds which is good b/c this was
a pain for the user of this module to take care of it on their own.

Updating our usage of the module to use this again: https://github.com/ManagedKube/kubernetes-ops/pull/322
Updating our usage of the module to use this again PR: https://github.com/ManagedKube/kubernetes-ops/pull/322

Another note. You might be wondering why we dont just use the source AWS EKS module directly. That is
a good question. The reason is b/c that module needs stuff like the AWS KMS keys resources. We are "wrapping"
Expand All @@ -142,6 +142,10 @@ module and a primitive like an int/map/etc. This kubernetes-ops module you are
takes those primitives and adds other stuff to it to make it easier for the end user to use for this specific
use case.

PR for testing out using that updated module: https://github.com/ManagedKube/kubernetes-ops/pull/323
* Looks good!
* Auth is working as well for the user that created the cluster and my local user

# 100-cert-manager


Expand Down

0 comments on commit 9af4438

Please sign in to comment.