Skip to content

Commit

Permalink
Merge branch 'main' into UML-3750-unable-to-request-activation
Browse files Browse the repository at this point in the history
  • Loading branch information
allenannom committed Dec 6, 2024
2 parents 10eb39d + 8cf35a9 commit ccabd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/account/region/modules/lambda_function/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data "aws_iam_policy_document" "lambda_iam_role" {
data "aws_iam_policy_document" "combined_iam_role_policy" {
source_policy_documents = [
data.aws_iam_policy_document.lambda_iam_role.json,
var.lambda_role_policy_document
var.lambda_role_policy_document != null ? var.lambda_role_policy_document : ""
]
}
resource "aws_iam_role_policy" "lambda" {
Expand Down

0 comments on commit ccabd09

Please sign in to comment.