Skip to content

Commit 0f989df

Browse files
committed
#58 update readme
1 parent 68d2f2d commit 0f989df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ This diagram shows the namespaces used in the cluster and the services deployed
146146
## Useful tools
147147

148148
- [tfenv](https://github.com/tfutils/tfenv) - tool for managing different versions of terraform; the required version can be specified directly as an argument or via `.terraform-version`
149-
- [tgenv](https://github.com/cunymatthieu/tgenv) - tool for managing different versions of terragrunt.
149+
- [tgenv](https://github.com/cunymatthieu/tgenv) - tool for managing different versions of terragrunt; the required version can be specified directly as an argument or via `.terragrunt-version`
150150
- [terraform](https://www.terraform.io/) - terraform itself, our main development tool: `tfenv install`
151151
- [awscli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) - console utility to work with AWS API
152152
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) - conssole utility to work with Kubernetes API
153153
- [kubectx + kubens](https://github.com/ahmetb/kubectx) - power tools for kubectl help you switch between Kubernetes clusters and namespaces
154154
- [helm](https://helm.sh/docs/intro/install/) - tool to create application packages and deploy them into k8s
155155
- [helmfile](https://github.com/roboll/helmfile) - "docker compose" for helm
156-
- [terragrunt](https://terragrunt.gruntwork.io/) - small terraform wrapper providing DRY approach in some cases
156+
- [terragrunt](https://terragrunt.gruntwork.io/) - small terraform wrapper providing DRY approach in some cases: `tgenv install`
157157
- [awsudo](https://github.com/meltwater/awsudo) - simple console utility that allows running awscli commands assuming specific roles
158158
- [aws-vault](https://github.com/99designs/aws-vault) - tool for securely managing AWS keys and running console commands
159159
- [aws-mfa](https://github.com/broamski/aws-mfa) - utility for automating the reception of temporary STS tockens when MFA is enabled

0 commit comments

Comments
 (0)