Frank Schwab

Results 3 comments of Frank Schwab

@carlosantoniodasilva: Thanks for your comment. I did not actually try that change. I remember that I looked further into this and realized that I would have to dig really deep...

We have the same issue here (TF v0.12.6). We define an alias ``` resource "aws_lambda_alias" "lambda_alias" { name = "${var.AliasName}" description = "alias pinned to latest lambda version" function_name =...

Thanks for your really quick answer, This will help me to convince our customer to migrate to a newer Terraform version.