Skip to content

Added new output - function_name#6

Merged
dberkowicz merged 2 commits intopp_masterfrom
add_output
Apr 27, 2020
Merged

Added new output - function_name#6
dberkowicz merged 2 commits intopp_masterfrom
add_output

Conversation

@dberkowicz
Copy link
Copy Markdown

Need to access function_name so that cloudfront rules can trigger lambda.

@dberkowicz dberkowicz requested a review from trobinsonpp April 27, 2020 19:38
Comment thread lambda_function/outputs.tf Outdated
}

output "function_name" {
value = aws_lambda_function.function_name
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this references a non-existent resource from the module and maybe should be aws_lambda_function.lambda.function_name

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that makes sense. Made change.

Copy link
Copy Markdown

@trobinsonpp trobinsonpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dberkowicz dberkowicz merged commit 58882c5 into pp_master Apr 27, 2020
@bchinpp bchinpp deleted the add_output branch December 28, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants