Skip to content

Please add support for hierarchical namespace in GCS buckets #2708

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

Closed
lyricnz opened this issue Nov 18, 2024 · 1 comment · Fixed by #2712
Closed

Please add support for hierarchical namespace in GCS buckets #2708

lyricnz opened this issue Nov 18, 2024 · 1 comment · Fixed by #2712
Assignees

Comments

@lyricnz
Copy link
Contributor

lyricnz commented Nov 18, 2024

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

@lyricnz
Copy link
Contributor Author

lyricnz commented Nov 18, 2024

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants