Skip to content

Commit

Permalink
comment about the shorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Stanton committed Jul 31, 2024
1 parent c15e882 commit 0bd5da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stacks/post-deploy-mods/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "aws_lambda_function" "pre_filter_DistributionApiEndpoints" {
# Define the Execution Role and Policy
resource "aws_iam_role" "lambda_exec_pre_filter_DistributionApiEndpoints" {
#name = "lambda_exec_role_pre_filter_DistributionApiEndpoints"
name = "${var.prefix}-lambda_exe_role_pf_DistApiEndpoints"
name = "${var.prefix}-lambda_exe_role_pf_DistApiEndpoints" # Must be 64 chars or less

assume_role_policy = jsonencode({
Version = "2012-10-17"
Expand Down

0 comments on commit 0bd5da3

Please sign in to comment.