-
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
validate logpush job name #1717
validate logpush job name #1717
Conversation
changelog detected ✅ |
This functionality has been released in v3.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! |
@jacobbednarz @sbfaulkner Is this correct https://github.com/cloudflare/terraform-provider-cloudflare/pull/1717/files#diff-edc89067cd072336937f133d5ec6e811e3557e0670723f455231935a12cf0e0bR33 ?
It's another time this month when new release is breaking integration... |
yep, regex should swap out those characters. if you send over a PR to address, I'll review in the morning. |
Sure thing, here it is #1743 |
sorry about that - I didn't realize that name could be blank |
When you create a logpush job from console page it's created without a name. |
when terraforming a
cloudflare_logpush_job
an invalidname
attribute will successfully plan, but fail to applythis PR adds validation using the appropriate regex so that it can be caught during plan instead