/* This file is managed by AWS Proton. Any changes made directly to this file will be overwritten the next time AWS Proton performs an update. To manage this resource, see AWS Proton Resource: arn:aws:proton:us-east-1:987544922694:service/Fourth-attempt-tf/service-instance/fourth-tf-instance If the resource is no longer accessible within AWS Proton, it may have been deleted and may require manual cleanup. */ resource "aws_iam_role" "iam_for_lambda" { name = "iam_for_lambda" managed_policy_arns = ["arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"] assume_role_policy = <