From 0ad75da856ca3678afd64991c2222dcc4cee3cc1 Mon Sep 17 00:00:00 2001 From: angudadevops Date: Wed, 29 Apr 2020 20:55:55 -0700 Subject: [PATCH] Kubernetes on AWS --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 31fe15d..281ff91 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,14 @@ cd terrform terraform destroy -auto-approve ``` +### Troubleshooting + +If you see any error with terraform apply, it could be issue with values from varaiables.tf like ami id. Please update and try to re run. To enable Terraform trace logs, please run below command before running k8scluster.sh +``` +export TF_LOG=TRACE +``` + +To disable logs, run below command +``` +export TF_LOG= +```