Performance Issue #3741
westbokaro
started this conversation in
General
Replies: 2 comments
-
FYI I upgraded the terragrunt version to the latest but it did not help. Using Mac % terragrunt --version |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran the command to see debug logs but not very clear what to expect or what to see there. Unfortunately it has lot of AWS Account details so cannot paste it here. % terragrunt plan --terragrunt-log-level debug
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Started using terragrunt few months back and using with AWS / Terraform.
Now seeing with a terraform project with very small entities of aws the terragrunt plan and then terragrunt apply sits for over a minute before any output comes.
How to figure out the problem and resolve it?
Example changing 1 line of python code of lambda function takes 3 minutes to do plan and apply.
When I started using initially this was not the case.
There are multiple dependencies for the Lambda Function Terragrunt like VPC, S3 Bucket, Lambda Layers, Secrets which have been already deployed via Terragrunt / Terraform.
Using the remote state in s3 bucket.
Beta Was this translation helpful? Give feedback.
All reactions