-
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
Allow empty string for expected_body in Load Balancer Monitors #539
Conversation
@jacobbednarz If you don't mind, would appreciate your opinion on what approach to take for this. Right now I've just taken the approach of defaulting The object in the Cloudflare API after creating a Load Balancer Monitor with minimal config sets I can't run the full test suite right now so I can't validate this currently works as is. Was hoping you could feedback with a general direction to head before I sink too much time into it (First time touching a Terraform provider, want to make sure I'm doing the right thing!) |
Thanks for this @Evesy! The approach looks fine to me. I don't have any reservations about the To run the unit and acceptance tests, you can follow the documentation in the README. I've kicked off an integration test run now and will report back on the results when it's finished. |
We have a new failure
|
Thanks, I've updated that test assertion now since I'll have to look at getting an isolated environment set up with our Enterprise account in order to run the full acceptance tests as my personal account is on the Free plan |
That's 👌, don't stress too much about it. We have dedicated CI environments setup for this type of thing if you don't/can't get access to a particular type of account. |
CI is green now. Once we make that resource name change, I'm happy to land this. |
Avoid accidental collisons
thanks for this @Evesy! you rock 🤘 |
Fixes #447