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

Fix the location of the GCS and NFS attributes #2670

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

wintermi
Copy link
Contributor

When attempting to mount GCS or NFS volumes, the following error message would appear:

│ Error: Unsupported attribute
│
│   on .terraform/modules/deploy_backfill_tmdb/modules/cloud-run-v2/job.tf line 133, in resource "google_cloud_run_v2_job" "job":
│  133:               bucket    = volumes.value.bucket
│     ├────────────────
│     │ volumes.value is object with 5 attributes
│
│ This object does not have an attribute named "bucket".
╵
╷
│ Error: Unsupported attribute
│
│   on .terraform/modules/deploy_backfill_tmdb/modules/cloud-run-v2/job.tf line 134, in resource "google_cloud_run_v2_job" "job":
│  134:               read_only = volumes.value.is_read_only
│     ├────────────────
│     │ volumes.value is object with 5 attributes
│
│ This object does not have an attribute named "is_read_only".

This fixes the above.

Copy link
Collaborator

@ludoo ludoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch :)

@ludoo ludoo merged commit c1dfcaa into GoogleCloudPlatform:master Nov 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants