diff --git a/fbpcs/infra/cloud_bridge/data_ingestion/glue.tf b/fbpcs/infra/cloud_bridge/data_ingestion/glue.tf index 9618b1a1e..d3e57e8ed 100644 --- a/fbpcs/infra/cloud_bridge/data_ingestion/glue.tf +++ b/fbpcs/infra/cloud_bridge/data_ingestion/glue.tf @@ -53,6 +53,62 @@ resource "aws_iam_role_policy" "s3_policy" { EOF } +resource "aws_iam_role_policy" "pass_glue_service_role" { + name = "pass-glue-service-role${var.tag_postfix}" + role = aws_iam_role.glue_service_role.id + policy = <