Skip to content

Commit

Permalink
chore: remove database IAM role
Browse files Browse the repository at this point in the history
  • Loading branch information
patheard committed Jan 16, 2025
1 parent 2182543 commit 199edf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terragrunt/aws/glue/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ locals {
glue_catalog_databases = [
"all", # special case for an IAM role with access to all databases
aws_glue_catalog_database.platform_gc_forms_production.name,
aws_glue_catalog_database.platform_support_production.name,
aws_glue_catalog_database.operations_aws_production.name,
]
glue_crawler_log_group_name = "/aws-glue/crawlers-role${aws_iam_role.glue_crawler.path}${aws_iam_role.glue_crawler.name}-${aws_glue_security_configuration.encryption_at_rest.name}"
Expand Down

0 comments on commit 199edf3

Please sign in to comment.