How to configure a list of role_bindings with terrform google_privileged_access_manager_entitlement
google_privileged_access_manager_entitlement has a single example which grants a single role.
How to configure a list of role_bindings with terrform google_privileged_access_manager_entitlement
google_privileged_access_manager_entitlement has a single example which grants a single role.
how to write an output in terraform module to get the bigquery table ids as part of data source?
I am trying to get list of tables in a bigquery dataset using terraform data source inside a module. I have written below code but it returns the entire path to the tables. I only need the table id.
GCP Terraform google_monitoring_alert_policy abstraction
My company heavily utilizes Terraform to manage our GCP environment. We have has great success in abstracting resources to make managing our environment in a config driven manner.