-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add resource for Managed Folders in GCS #18053
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
Comments
Please assign this issue to me , ill open a PR for it |
Note from triage: This is the API for the new resource https://cloud.google.com/storage/docs/json_api/v1/managedFolder/insert |
Apologies for the overlap! I didn't realize this was already assigned and I started working on it due to an urgent customer request. My PR (GoogleCloudPlatform/magic-modules#10786) already incorporates IAM and addresses all the details with import. Hope we can work this out. /cc @ludoo |
Fixed with GoogleCloudPlatform/magic-modules#10786 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
There is a new managed folder feature for GCS that can't be created in terraform yet. It appears to have API support already as it describes the REST APIs needed to create one in the docs.
It looks like the version of the Go SDK that this is using supports it too.
Having this resource available allows one to set permissions at a path level in GCS.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://cloud.google.com/storage/docs/creating-managing-managed-folders#rest-apis_1
https://cloud.google.com/storage/docs/managed-folders
b/340252275
The text was updated successfully, but these errors were encountered: