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 rules to cloudflare_waiting_room #2885

Closed
vojkny opened this issue Oct 26, 2023 · 3 comments
Closed

Add rules to cloudflare_waiting_room #2885

vojkny opened this issue Oct 26, 2023 · 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

@vojkny
Copy link

vojkny commented Oct 26, 2023

Current Terraform and Cloudflare provider version

Terraform v1.5.2
on darwin_amd64

  • provider registry.terraform.io/cloudflare/cloudflare v4.17.0

Description

cloudflare_waiting_room is missing rules section.

Use cases

General requirement for missing feature of waiting room rules.

Potential Terraform configuration

resource "cloudflare_waiting_room" "main_waiting_room" {
   ...
   rules {
      …
   }
}

References

No response

@vojkny vojkny 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 Oct 26, 2023
@github-actions
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.

@broswen
Copy link
Contributor

broswen commented Oct 28, 2023

You can configure Cloudflare Waiting Room Rules with a separate resource and bind them to your waiting room with the ID.
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/waiting_room_rules

@vojkny
Copy link
Author

vojkny commented Oct 29, 2023

👍 thanks, closing.

@vojkny vojkny closed this as completed Oct 29, 2023
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