We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The GCS module doesn't have support for the Hierarchical Namespace feature of GCS buckets. https://cloud.google.com/storage/docs/hns-overview
This is supported in underlying module https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket#example-usage---enabling-hierarchical-namespace
This is especially important when mounting a GCS bucket as a volume in Cloud Run https://cloud.google.com/storage/docs/cloud-storage-fuse/performance#hierarchical-namespace
Environment
❯ terraform -version OpenTofu v1.8.5 on darwin_amd64 + provider registry.opentofu.org/hashicorp/google v6.11.2 + provider registry.opentofu.org/hashicorp/google-beta v6.11.2 ❯ git rev-parse --short HEAD 26760106
Additional context This support is very new in upstream https://github.com/hashicorp/terraform-provider-google/releases/tag/v6.9.0
The text was updated successfully, but these errors were encountered:
❤️
Sorry, something went wrong.
juliocc
Successfully merging a pull request may close this issue.
Describe the bug
The GCS module doesn't have support for the Hierarchical Namespace feature of GCS buckets.
https://cloud.google.com/storage/docs/hns-overview
This is supported in underlying module
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket#example-usage---enabling-hierarchical-namespace
This is especially important when mounting a GCS bucket as a volume in Cloud Run
https://cloud.google.com/storage/docs/cloud-storage-fuse/performance#hierarchical-namespace
Environment
Additional context
This support is very new in upstream
https://github.com/hashicorp/terraform-provider-google/releases/tag/v6.9.0
The text was updated successfully, but these errors were encountered: