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

Add support for Hyperdrive #3092

Closed
carlos-alberto opened this issue Jan 31, 2024 · 3 comments
Closed

Add support for Hyperdrive #3092

carlos-alberto opened this issue Jan 31, 2024 · 3 comments
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@carlos-alberto
Copy link
Contributor

Current Terraform and Cloudflare provider version

latest

Description

Add support for managing hyperdrive resources. (cloudflare/cloudflare-go#1491)

Use cases

I would like to be able to manage my Hyperdrive resources using terraform.

Potential Terraform configuration

resource "cloudflare_hyperdrive" "example" {
  account_id = "some account id"
  name          = "example"
  origin          = {
    database      = "postgres"
    host         = "db.example.com"
    port         = 5432
  }
  caching     = {
    disabled = false
    etc...
  }
}

References

cloudflare/cloudflare-go#1491

@carlos-alberto carlos-alberto added kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 31, 2024
Copy link
Contributor

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@carlos-alberto
Copy link
Contributor Author

Given cloudflare/cloudflare-go#1491 is now merged I would like to take a pass at this.

@jacobbednarz
Copy link
Member

This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants