Jeremy Rajan

Results 19 comments of Jeremy Rajan

Thanks @glebtv ! Commenting the condition did the trick :+1:

Terraform: ``` Terraform v1.1.9 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.12.1 + provider registry.terraform.io/hashicorp/external v2.2.2 + provider registry.terraform.io/hashicorp/local v2.2.2 + provider registry.terraform.io/hashicorp/null v3.1.1 ```

Hello, I tried without it because i saw it was falling back to a value in the TF file. I also tried putting just `demo`. But still failed :(

I then updated my local code and removed `_${each.key}` from `function_name = "${var.deployment_name}_${each.key}"`. And did the same in `iam.tf` and now its happy :/ ``` #iam.tf resource "aws_iam_role" "lambda" {...

Ahh okok! Any way to bypass without having a local copy of the lib? :)

I removed the `basePath` temporarily for now and it did work, till it got stuck on a quote for concurrent requests. Waiting for that now :). In the meantime, can...

Sounds good! Let me know, where we can help :)

@squishybanana04 thanks for the PR. I feel that would help as well. Maybe add some test cases to include that? @Keyang thoughts?