You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,14 +146,14 @@ This diagram shows the namespaces used in the cluster and the services deployed
146
146
## Useful tools
147
147
148
148
-[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`
150
150
-[terraform](https://www.terraform.io/) - terraform itself, our main development tool: `tfenv install`
151
151
-[awscli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) - console utility to work with AWS API
152
152
-[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) - conssole utility to work with Kubernetes API
153
153
-[kubectx + kubens](https://github.com/ahmetb/kubectx) - power tools for kubectl help you switch between Kubernetes clusters and namespaces
154
154
-[helm](https://helm.sh/docs/intro/install/) - tool to create application packages and deploy them into k8s
155
155
-[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`
157
157
-[awsudo](https://github.com/meltwater/awsudo) - simple console utility that allows running awscli commands assuming specific roles
158
158
-[aws-vault](https://github.com/99designs/aws-vault) - tool for securely managing AWS keys and running console commands
159
159
-[aws-mfa](https://github.com/broamski/aws-mfa) - utility for automating the reception of temporary STS tockens when MFA is enabled
0 commit comments