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

Support for turbo replication #331

Closed
iainlbc opened this issue Jul 29, 2024 · 1 comment
Closed

Support for turbo replication #331

iainlbc opened this issue Jul 29, 2024 · 1 comment
Labels
enhancement New feature or request Stale

Comments

@iainlbc
Copy link

iainlbc commented Jul 29, 2024

TL;DR

Would like the ability to enable turbo replication on the bucket resource created by this module (we are using the simple bucket module primarily):

(Optional) The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. "DEFAULT" sets default replication. "ASYNC_TURBO" value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to "DEFAULT" for dual and multi-region buckets. NOTE If used with single-region bucket, It will throw an error.

-- https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket.html#rpo

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket.html#rpo

Detailed design

No response

Additional information

https://cloud.google.com/storage/docs/availability-durability#turbo-replication

@iainlbc iainlbc added the enhancement New feature or request label Jul 29, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Sep 27, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

1 participant