Skip to content
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

Add support for Terraform v1.9 #179

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Add support for Terraform v1.9 #179

merged 1 commit into from
Jun 27, 2024

Conversation

minamijoyo
Copy link
Owner

@minamijoyo minamijoyo commented Jun 27, 2024

The test matrix has been changed to support Terraform v1.9, but the code has not been changed.

One noteworthy point is that Terraform v1.9 made it possible to perform state mv across resource types, but this is only allowed via the moved block and will be rejected by the validation check in the state mv command. I don't have a specific use case to propose a change upstream, but if you have a particular use case that cannot be handled with the moved block, please let me know.

@minamijoyo minamijoyo merged commit 9369fa0 into master Jun 27, 2024
9 checks passed
@minamijoyo minamijoyo deleted the tf-1.9 branch June 27, 2024 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant