Skip to content

Commit

Permalink
Merge pull request #70 from bhayden53/LaunchTemplateUpdates
Browse files Browse the repository at this point in the history
fix for leading slash on rescue role param
  • Loading branch information
bhayden53 authored Mar 23, 2021
2 parents 1efcb21 + dcd6e19 commit e438255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/parameters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ data aws_ssm_parameter file_share_arn {
}

data aws_ssm_parameter lambda_rescue_role {
name = "iam/roles/calcloud_lambda_rescue"
name = "/iam/roles/calcloud_lambda_rescue"
}

0 comments on commit e438255

Please sign in to comment.