inspec-gcp
inspec-gcp copied to clipboard
Provide resource to verify iam policies attached to spanner databases
Detailed Description
Similar to the resources google_spanner_instance_iam_policy
and google_spanner_instance_iam_binding
, there should also be resources to verify iam policies attached to spanner databases.
Context
Currently the iam policies attached to databases must be verified by executing the gcloud command manually. The additional resources would facilitate verifying provisioned spanner databases.
I think it is also missing google_spanner_database_iam_member
.