Closed chetan-alti closed 4 months ago
windows_386 looks like you may be on a 32 bit machine instead of 64 bit?
Hai @dhilgarth , Thank for your response. I'm using the 64 bit machine.
But I was able to resolve the issue.
Update the terraform version to v1.8.0
, earlier I was using the older version of terraform.
After this it ran smoothly
I could not exactly deduce the root cause, but updating the terraform version resolved :)
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Hai Everyone, when running terraformer I'm facing open .terraform.d/plugins/windows_amd64: The system cannot find the path specified.
I have downloaded the [.exe ] (https://github.com/GoogleCloudPlatform/terraformer/releases/download/0.8.24/terraformer-all-windows-amd64) file from release page. then I have renamed the exe to terraformer and moved the exe to D://terraformer
I have a use-case I'm trying, the following is the prerequiesites folder structure (added image at the end) Iacfolder | localmain.tf |_ provider.tf
provider.tf
localmain.tf
I ran terraform init , it generated
.terrform
folderbut when I run
terraformer import aws --resources=s3 --regions=us-east-1
getting following error message 2024/04/19 15:57:45 aws importing region us-east-1 2024/04/19 15:57:45 open .terraform.d/plugins/windows_amd64: The system cannot find the path specified.Your help much appreciated , Thanks in advance