Open gmspinheiro opened 1 year ago
Note: backups seems to be a real resource in that it has create and delete methods (but it is not supported by Terraform right now.)
databases
and databases.tables
are not real resources. For those two, we could still add support for IAM as described on https://googlecloudplatform.github.io/magic-modules/develop/resource/#add-iam-support in the "Handwritten" tab.
Community Note
Description
The goal should be to add similar resources to
google_dataproc_metastore_service_iam
, but applied to: backups, databases and tables. I had a look into thegoogle-beta
provider and I couldn't find anything similar.New or Affected Resource(s)
Potential Terraform Configuration
References
Looking into the documentation, the beta roles should be considered - https://cloud.google.com/dataproc-metastore/docs/iam-roles.
The
gcloud
beta cli version supports adding policies at these different scopes:b/299600951