former2
former2 copied to clipboard
terraform resource aws_lambda_function generated incorrect output
The resource aws_lambda_function was generated as
resource "aws_lambda_function" "<terraform id>" {
.
.
.
environment {
variables {
.
.
.
}
}
.
.
.
}
According to the docs, variables {
should be variables = {
.