terraformer icon indicating copy to clipboard operation
terraformer copied to clipboard

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

Results 234 terraformer issues
Sort by recently updated
recently updated
newest added

Trying import AWS route53 [like](https://github.com/GoogleCloudPlatform/terraformer/blob/master/docs/aws.md#global-services) global service `terraformer import aws --resources=route53 --profile=prod` Output ``` 2022/04/08 10:57:13 aws importing default region 2022/04/08 10:57:13 aws importing... route53 2022/04/08 10:57:13 operation error Route...

After I write and deploy a lambda function in `index.js`, I run `terraformer import aws --resources=lambda`. (Please correct me if the command is incorrect) ![image](https://user-images.githubusercontent.com/21193371/174213346-1705518e-992d-4243-bbe4-312bb8980c0e.png) The output files does not...

I'm trying to run `terraformer import ....` in the context of an AWS Lambda function, but the CLI requires the plugins to be in a specific system-file location. When I...

Hi i have read the doc as terraformer support 0.13 version of terraform. can anyone help me how to upgrade/downgrade the terraform version.

In function `func hclPrint(data interface{}, mapsObjects map[string]struct{}) ([]byte, error)` of terraformutils/hcl.go, sanitizer.visit(nodes) is called. And here we see some sortHclTree(t.Items) functions called. In some cases, the resource node is a...

bug

e.g. ```hcl data "aws_iam_policy_document" "foo" { statement { effect = "Allow" principals { type = "AWS" identifiers = [ "arn:aws:iam::blah" ] } actions = "sts:AssumeRole" } } resource "aws_iam_role" "backups"...

I tried using the provided instructions to download terraformer from release on PopOS but the grep on tag_name wasn't returning anything so I have adjusted the instructions. I suggest one...

Stale

Allows to get resources related to MongoDBAtlas

Stale