Skip to content

Terraform module for terraform-gcp-tamr-iam

License

Notifications You must be signed in to change notification settings

Datatamer/terraform-gcp-tamr-iam

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2021
Jul 27, 2020
Jul 27, 2020
May 6, 2024
Jul 27, 2020
Jul 27, 2020
Jul 27, 2020
May 6, 2024
Apr 7, 2023
Apr 6, 2023
Apr 7, 2023
Apr 6, 2023
May 6, 2024

Repository files navigation

Requirements

Name Version
terraform >= 1.0.0
google >= 5.0, <6.0.0

Providers

Name Version
google >= 5.0, <6.0.0

Modules

No modules.

Resources

Name Type
google_project_iam_member.bq_dataEditor resource
google_project_iam_member.bq_dataOwner resource
google_project_iam_member.bq_user resource
google_project_iam_member.cloud_sql_admin resource
google_project_iam_member.compute_admin resource
google_project_iam_member.dataproc_admin resource
google_project_iam_member.dataproc_worker resource
google_project_iam_member.log_writer resource
google_project_iam_member.metric_writer resource
google_project_iam_member.service_account_user resource

Inputs

Name Description Type Default Required
project_id project to create bindings in string n/a yes
tamr_service_account If provided this service account will be given permissions tamr needs to run. If not set a service account will be created. string n/a yes
additional_users additional IAM identities to give IAM access to list(string) [] no
enabled_bigquery_perms Create IAM role bindings to allow the service account to use bigquery bool true no
enabled_monitoring_perms Create IAM role bindings to allow the service account to write telemetry to stackdriver bool true no

Outputs

Name Description
service_account_email Email of the service account given permissions to