Replies: 2 comments
-
You need to download the aws provider plugin then copy it to /home/ec2-user/.terraform.d/plugins/linux_amd64 . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Download aws terrafrom plugin by creating version.tf and running terraform init
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions