-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
[blocked] provider/aws: Allow ordering of cache_behaviors in CF distribution #7395
[blocked] provider/aws: Allow ordering of cache_behaviors in CF distribution #7395
Conversation
ce4efd3
to
a3df330
Compare
5bf6f0b
to
b85a4ab
Compare
I'd love to see this merged! |
- both fields are returned from the API in undeterministic order which causes Terraform to show unnecessary diffs & updates
b85a4ab
to
79b1765
Compare
79b1765
to
3d25157
Compare
As part of the the Terraform 0.10 release earlier this year, all of the Terraform providers were moved to their own repositories in the terraform-providers GitHub organization, and removed from the Terraform Core repository. Unfortunately due to the fact that new issues and pull requests are being opened constantly, it was not possible for the various provider maintainers to merge all outstanding pull requests before this split, and there is no automatic way to migrate a pull request to a new repository. As a result, this pull request can sadly no longer be applied as-is, and so I'm going to close it. If someone has the time and motivation to apply same changes to the Thanks again for working on this, and sorry it was not able to be merged before the provider repository changes. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fixes #7253
Depends on (i.e. blocked by) #7485
Summary
cache_behavior
+default_cache_behavior
were changed fromTypeSet
toTypeList
to reflect ordering given by the HCL configallowed_methods
+cached_methods
were changed fromTypeList
toTypeSet
because AWS API returns these in pretty much random order which is generating extra diffs + updatesTest plan