Questions tagged [terraformer]

3 questions
3
votes
1 answer

Resource not found when using terraformer

I am running this command terraformer import aws --resources=lambda --regions=us-east-1 and getting the following error: 2022/12/28 12:35:19 aws error initializing resources in service lambda, err: operation error Lambda: GetPolicy, https response…
Pitbull
  • 31
  • 1
1
vote
1 answer

Terraform: Nested for expression with no duplicity

I am newbie to Terraform, apologies in advance in case inappropriate logic is used. There is nested map, want to create new map using existing one. terraform.tfvars vpcs_info= { "devops" = { main = { cidr = "10.14.0.0/16" region =…
-2
votes
0 answers

Why doesn't the terraform plan from the folder imported into terraformer work?

I imported aws resources with terraformer into the A folder. And after performing terraform init normally in the A folder, the following error occurred when terraform plan was executed. error message After moving the state of a specific resource to…