Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added data viewer role #78

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Added data viewer role #78

merged 1 commit into from
Sep 29, 2024

Conversation

kevinsunny1996
Copy link
Owner

No description provided.

@kevinsunny1996 kevinsunny1996 added the infra Terraform related infra changes label Sep 29, 2024
@kevinsunny1996 kevinsunny1996 self-assigned this Sep 29, 2024
Copy link

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

Copy link

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖``

Terraform Plan 📖success

Show Plan

terraform
module.gcs_api_extract.random_id.bucket_suffix: Refreshing state... [id=i_k]
google_service_account.airflow_user_sa: Refreshing state... [id=projects/exemplary-tide-379122/serviceAccounts/[email protected]]
google_project_service.secret_mgr_api: Refreshing state... [id=exemplary-tide-379122/secretmanager.googleapis.com]
data.google_client_config.default: Reading...
google_project_service.container_api: Refreshing state... [id=exemplary-tide-379122/container.googleapis.com]
google_project_service.cloud_sql_api: Refreshing state... [id=exemplary-tide-379122/sqladmin.googleapis.com]
google_project_service.composer_api: Refreshing state... [id=exemplary-tide-379122/composer.googleapis.com]
module.gcs_api_extract.google_storage_bucket.buckets["rawg-api-extracts"]: Refreshing state... [id=pricing-aggregator-us-east1-rawg-api-extracts]
google_project_service.compute_api: Refreshing state... [id=exemplary-tide-379122/compute.googleapis.com]
google_bigquery_dataset.rawg_api_dataset: Refreshing state... [id=projects/exemplary-tide-379122/datasets/rawg_api_elt_dataset]
data.google_client_config.default: Read complete after 1s [id=projects/"exemplary-tide-379122"/regions/"us-east1"/zones/<null>]
google_project_iam_binding.bq_access: Refreshing state... [id=exemplary-tide-379122/roles/bigquery.dataEditor]
google_project_iam_binding.bq_job_creator: Refreshing state... [id=exemplary-tide-379122/roles/bigquery.jobUser]
google_project_iam_binding.gcs_access: Refreshing state... [id=exemplary-tide-379122/roles/storage.objectAdmin]
module.gcs_api_extract.google_storage_bucket_iam_binding.admins["rawg-api-extracts"]: Refreshing state... [id=b/pricing-aggregator-us-east1-rawg-api-extracts/roles/storage.objectAdmin]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # google_project_iam_binding.bq_data_viewer will be created
  + resource "google_project_iam_binding" "bq_data_viewer" {
      + etag    = (known after apply)
      + id      = (known after apply)
      + members = [
          + "serviceAccount:[email protected]",
        ]
      + project = (sensitive value)
      + role    = "roles/bigquery.dataViewer"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pushed by: @kevinsunny1996, Action: pull_request

@kevinsunny1996 kevinsunny1996 merged commit 96ec937 into main Sep 29, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Terraform related infra changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant