-
Notifications
You must be signed in to change notification settings - Fork 619
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
resource/cloudflare_ipsec_tunnel: Adds IPsec tunnel health_check_direction & health_check_rate parameters #3112
resource/cloudflare_ipsec_tunnel: Adds IPsec tunnel health_check_direction & health_check_rate parameters #3112
Conversation
changelog detected ✅ |
c29a2f0
to
13ade8c
Compare
…rs to cloudflare_ipsec_tunnel
13ade8c
to
faab84c
Compare
Marking this pull request as stale due to 14 days of inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
Marking this pull request as stale due to 14 days of inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 7 days it will automatically be closed. Maintainers can also remove the |
Hey @jacobbednarz anything needed from my end? Looks like we are all green after the cloudflare-go merge. |
cool! let me run the tests and we can get this merged. |
This functionality has been released in v4.28.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! |
The following PR to cloudflare-go is required before this can be merged:
cloudflare/cloudflare-go#1503
--
This PR adds two new fields to the cloudflare_ipsec_tunnel resource:
unidirectional
,bidirectional
low
,mid
,high
Additionally an issue with creating IPsec tunnel health checks in the first place has been fixed.
This has been tested against an actual environment & integration tests have been adjusted.