-
Notifications
You must be signed in to change notification settings - Fork 630
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 tunnel_config #2041
Add support for tunnel_config #2041
Conversation
changelog detected ✅ |
The failing check is because I am using |
instead of 127.0.0.1, can we use an internal (10.x/172.x) address instead that won't trigger the semgrep rules? if not, we can add a skip for this single file. |
I've updated all the docs to use internal IPs addresses. The last reference is to the default IP for the |
acceptance tests are all good
|
nice one @Cyb3r-Jak3 🏆 |
This functionality has been released in v3.29.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Adds support for tunnel configuration
Resolves #1756
Opening as a draft PR for early review while I fix ingress_rule not being configured.