-
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
Use set instead of to avoid infinite changes #1828
Conversation
changelog detected ✅ |
thanks for the PR! you'll need to update the acceptance tests as well since right now they are based on |
|
this is odd that the test is passing with the following assertion
for TypeSet, the index is a computed hash of the inner elements (such as |
i had a look into this and it seems like it somehow works with nested schemas. i can't find specifically where the difference in nested vs simple schemas is (that shows the behaviour difference) but it works 🤷 |
This functionality has been released in v3.22.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! |
Closes #1802