Closed bflad closed 3 years ago
This has been released in version 3.27.0 of the Terraform AWS 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 for triage. Thanks!
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Community Note
Terraform CLI and Terraform AWS Provider Version
Any version of Terraform CLI and Terraform AWS Provider version 3.24.0/3.24.1
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
cn.com.amazonaws
gov.sgov.sc2s
gov.ic.c2s
Actual Behavior
It is reverse sorted alphabetically:
com.cn.amazonaws
sc2s.sgov.gov
ic.gov.c2s
Steps to Reproduce
terraform apply
Important Factoids
The sorting is using
sort.Reverse()
not slice index swapping.References