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 queue producer binding for pages project #3044

Closed
bnowak-syn opened this issue Jan 6, 2024 · 2 comments
Closed

Support queue producer binding for pages project #3044

bnowak-syn opened this issue Jan 6, 2024 · 2 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. workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library.

Comments

@bnowak-syn
Copy link

Current Terraform and Cloudflare provider version

Terraform v1.5.7 on darwin_arm64
cloudflare/cloudflare 4.21.0 for linux_amd64

Description

As per the title. Queue producer binding support seems to be missing for pages project resource.

Use cases

  • Create pages project with queue producer binding

Potential Terraform configuration

# Pages project managing deployment configs
resource "cloudflare_pages_project" "deployment_configs" {
  account_id        = "f037e56e89293a057740de681ac9abbe"
  name              = "this-is-my-project-01"
  production_branch = "main"
  deployment_configs {
    production {
      queue_producers = {
        BINDING_NAME = "queue-name"
      }
    }
  }
}

References

No response

@bnowak-syn bnowak-syn 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 6, 2024
Copy link
Contributor

github-actions bot commented Jan 6, 2024

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.

@jacobbednarz jacobbednarz added the workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library. label Jan 22, 2024
@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. workflow/pending-upstream-library Indicates an issue or PR requires changes from an upstream library.
Projects
None yet
Development

No branches or pull requests

2 participants