Results 5 comments of Ezekiel Enns

Got another use case for making it easier to access lambdas in a template file ``` resource "aws_api_gateway_rest_api" "example" { name = "example" description = "example" body = templatefile("${file("../backend/api.yaml")}", {...

> Any progress - would be very handy! Here's a workaround I found: ``` resource "aws_lambda_function" "test" { } //Dont forget to add this //once this issue is passed https://github.com/hashicorp/terraform/issues/19931#...

Lets GOOO!!! How would this be implemented in codebase?