terraformer
terraformer copied to clipboard
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
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)  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...
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...