So I can log into AWS console and -> Glue -> Settings on the left panel -> define my policy like { Version:.... Statement:[...]}
How to achieve this in terraform?
The existing terraform resources like aws_glue_catalog_database
or aws_glue_catalog_table
etc do NOT seem to
1) take in a policy input
2) apply the policy to global Glue settings