This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Replies: 2 comments
|
You need to download the aws provider plugin then copy it to /home/ec2-user/.terraform.d/plugins/linux_amd64 . |
0 replies
|
Download aws terrafrom plugin by creating version.tf and running terraform init
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Any installation documentation?
$ terraformer import aws --resources=vpc,subnet --connect=true --regions=ca-central-1
2021/05/11 12:54:16 aws importing region ca-central-1
2021/05/11 12:54:16 open C:\Users\abc.terraform.d/plugins/windows_amd64: The system cannot find the path specified.
In a linux machine.
[ec2-user@ip-10-x-x-x terraformer]$ terraformer import aws --resources=vpc,subnet --connect=true --regions=ca-central-1
2021/05/11 16:55:07 aws importing region ca-central-1
2021/05/11 16:55:07 open /home/ec2-user/.terraform.d/plugins/linux_amd64: no such file or directory
All reactions