-
Notifications
You must be signed in to change notification settings - Fork 632
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
[Breaking Change] Migrate load balancer session_affinity_attributes from TypeMap to TypeSet #1959
Conversation
640036c
to
c2f3142
Compare
changelog detected ✅ |
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 |
06cf244
to
07f5116
Compare
07f5116
to
e3e7c28
Compare
acceptance tests are all good on 4.x
|
This functionality has been released in v4.0.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! |
Context: #1954 (comment)
Migrate load balancer
session_affinity_attributes
fromTypeMap
toTypeSet
so that we can get rid of the custom template.Also, note that the
session_affinity_attributes
propertydrain_duration
is now aTypeInt
instead of aTypeString
(since previously all of theTypeMap
elements needed to be the same type —TypeString
).