-
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
[WIP] Taint and resource address #12224
Conversation
Module resource were being sorted lexically by name by the state filter. If there are 10 or more resources, the order won't match the index order, and resources will have different indexes in their new location. Sort the FilterResults by index numerically when the names match. Clean up the module String output for visual inspection by sorting Resource name parts numerically when they are an integer value.
…raform into taint-and-resource-address
fix sorting of module resources during state mv
The containerservice package fell behind the others. Fix the vendor.json file to match the vendored packages.
The github.com/aws/aws-sdk-go/service/configservice package was updated without being reflected in the manifest.
multiple scaleway-cli packages were out of sync, unfortunately this pulled in some other updates.
Update some ssh subpackages to match the top-level commit Update the curve25519 package, and manuallly fix the checksum to include the non-amd64 source.
this is still broken on solaris
github.com/scaleway/scaleway-cli/pkg/utils can be imported because it depends on github.com/moul/gotty-client which can't build on solaris. This requires removing the github.com/scaleway/scaleway-cli/pkg/api/helpers.go file which imports the utils package, and we don't use. Not sure how we'll handle this if the structure of the scaleway package changes and we can't break this import any longer.
govendor pulled these in, not sure why.
HCL identifiers may need to be quoted, so always quote them to be safe.
This reverts commit 43f62d2.
HCL identifiers may need to be quoted, so always quote them to be safe.
Change the expected outputs in the Push tests to match the quotes map keys.
also increase the timeout for slow test hosts.
Always quote identifiers when encoding HCL
…test remove log.Fatal from test
… type is provided. The original error appears to have been copied from the CodeBuild resource and provides incorrect information about valid types.
…hanges argument permission to the correct name permissions.
I'd suggest rebasing this into one commit, will make it easier to review. |
…raform into taint-and-resource-address
@heraclmene good point, let me try to clean it up. Thank you. |
I messed up my git history, and I don't know how to fix it, so I just open new Pr to replace this one. |
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. |
Issue
Doc Update
Relevant Terraform version
About Acceptance Test.
Questions