Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created March 25, 2025 22:31
Show Gist options
  • Save nivleshc/457913599da4d487f2c864c5444fb000 to your computer and use it in GitHub Desktop.
Save nivleshc/457913599da4d487f2c864c5444fb000 to your computer and use it in GitHub Desktop.
This gist contains code from the file lambda.tf which is part of the blog-photo-location-map repository.
resource "aws_iam_role_policy_attachment" "attach_policy_to_role" {
role = aws_iam_role.lambda_role.name
policy_arn = aws_iam_policy.lambda_policy.arn
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment