From f85499b25e2dbcf3f7237f358104d18ca21628fa Mon Sep 17 00:00:00 2001 From: mark roberts Date: Wed, 11 Oct 2023 15:34:09 +0100 Subject: [PATCH] spelling correction --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 71e35ff4..66c6efa6 100644 --- a/main.tf +++ b/main.tf @@ -322,7 +322,7 @@ resource "aws_iam_role_policy_attachment" "lb_glue_crawler" { policy_arn = aws_iam_policy.lb_glue_crawler.arn } -resource "aws_iam_role_policy_attachment" "lb_glue_servicec" { +resource "aws_iam_role_policy_attachment" "lb_glue_service" { role = aws_iam_role.lb_glue_crawler.id policy_arn = "arn:aws:iam::aws:policy/service-role/AWSGlueServiceRole" }