Hey I'm setting `cors_rules` of a s3 bucket with a...
# aws
r
Hey I'm setting
cors_rules
of a s3 bucket with a
list
in python. However, the order isnt retained by pulumi for the
cors_rules
. I tried the same with aws cli via
aws s3api put-bucket-cors
and the order is maintained. How to approach this problem?
d
Are you able to change your list to a tuple. That might respect the order of operations?