-
Notifications
You must be signed in to change notification settings - Fork 764
Add logpush_job migrations tests #6456
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
Conversation
* chore: point to next
Co-authored-by: yihuaf <[email protected]>
* ci: build migrator v2 in ci * chore: uptake migrator v2 for dns_record
* feat: add terraform config for universal_ssl_setting - Add id_property: zone_id to enable ImportState functionality - Add method: upsert for proper create/update behavior - Configure edit method with explicit type and terraform properties This enables the universal_ssl_setting resource to be fully manageable in Terraform with import support and proper drift detection.
…nes, Streams, Sinks routes * feat(pipelines): Configure SDKs/Terraform to use the new Pipelines, Streams, Sinks routes
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.
Updates are being made in resource.go to account for an update in kind in logpush_job resource. instant-logs was a valid kind option in v4, but is not valid in v5. The API was adding instant-logs back to the state even though it was not valid, so we explicitly ignore that as a value.
… Application (#6453) Adds a new app type for the session duration compatible app types for the zero type access application resource. The newly supported type is proxy_endpoint.
51ed600 to
00a15e7
Compare
8419486 to
d301974
Compare
4c8915d to
9cc9eee
Compare
|
Closing this PR in favor of #6483 as this got muddled with a lot of other |
This adds migration tests for the
logpush_jobresource. Below is a more granular listing of all changes:Note: resource.go was updated for this resource to account for less options for kind (no
instant-logssupported)Acceptance test run results
Additional context & links