terraform import
is broken after upgrading to 1.10.2, but terraform apply
works fine
#36225
Labels
backend/remote
bug
cloud
Related to Terraform Cloud's integration with Terraform
new
new issue not yet triaged
Terraform Version
Terraform Configuration Files
I have 100s of files and 1000s of resources, but the issue isn't with one in particular. Running
terraform apply
works fine. Something is broken in theterraform import
command.Debug Output
Expected Behavior
I upgraded my local Terraform CLI to
1.10.2
and the Terraform Cloud version to~>1.10.0
. Runningterraform apply
works fine. I should be able to import a resource by creating the resource and usingterraform import module.devops.aws_s3_bucket.REDACTED REDACTED
. I've done this 100s of times before on version 1.9.x.Actual Behavior
The import fails with this error:
Steps to Reproduce
terraform import module.devops.aws_s3_bucket.REDACTED REDACTED
Additional Context
No response
References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered: