Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Poluri committed Mar 5, 2025
1 parent e965d9b commit c260c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ resource "aws_lakeformation_permissions" "hms_system_db_permissions" {
locals {
catalog_client_schemas = [
for pair in setproduct(local.schemas_info[*]["schema_name"], var.lf_catalog_client_arns) : {
schema_name = pair[0].key
client_arn = pair[1].key
schema_name = pair[0]
client_arn = pair[1]
}
]
}
Expand Down

0 comments on commit c260c2d

Please sign in to comment.