Commit 4b1ee0f
authored
fix(network_acl): Preserve desired entries order after update (#208)
This patch addresses an issue where the EC2 API may return entries
in a different order than specified. Causing the controller to go
change the desired state spec.
Now, after updating the NACL, we fetch the latest resource status
but we preserve the order of entries.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 39a6d3b commit 4b1ee0f
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
71 | | - | |
| 66 | + | |
| 67 | + | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments