Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Apr 2, 2024
1 parent 828da60 commit cc3d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
client_roles = replace(lookup(schema, "client_roles", ""), ",", "\",\"")
governance_iamroles = join("\",\"", var.apiary_governance_iamroles)
consumer_prefix_roles = lookup(var.apiary_consumer_prefix_iamroles, schema["schema_name"], {})
common_producer_iamroles = join("\",\"", var.common_producer_iamroles)
common_producer_iamroles = join("\",\"", var.apiary_common_producer_iamroles)
})
}
}
Expand Down

0 comments on commit cc3d768

Please sign in to comment.