-
Notifications
You must be signed in to change notification settings - Fork 631
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
d/tunnel_virtual_network #2867
d/tunnel_virtual_network #2867
Conversation
changelog detected ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to #2866, a couple of nitpicks to resolve but solid effort. thanks!
Co-authored-by: Jacob Bednarz <[email protected]>
…udflare into 2720/virtual-network
use an explicit depends_on to make sure the resource always exists before attempting to find it
acceptance tests all passing
appreciate the PR @danquack 🙇 |
@jacobbednarz appreciate you... are you using your user api key or token? I was struggling to find the proper permissions on my token auth |
both work for me. my API token is pretty broad though and will cover most permissions indiscriminately to avoid exactly that issue with the test suite 😛 |
This functionality has been released in v4.18.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! |
closes #2720
WIP, just need to run tests. Struggling with API permissions.