We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8338aaa + 8fb0c19 commit 1fc5d6cCopy full SHA for 1fc5d6c
main.tf
@@ -788,7 +788,7 @@ resource "aws_lambda_function" "glue_create_lambda" {
788
s3_key = var.glue_create_config.lambda_s3_key
789
s3_bucket = var.glue_create_config.lambda_s3_bucket
790
function_name = var.glue_create_config.lambda_function_name
791
- role = aws_iam_role.glue_create.arn
+ role = aws_iam_role.glue_create[0].arn
792
handler = "provided"
793
runtime = "provided.al2"
794
0 commit comments