terraformer
terraformer copied to clipboard
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
terraformer import aws --resources=rds --filter="Name=trading-engine-rds-uat-clone-cluster;Value=cluster-M7OOJJBWJDPVSDQ56BLU7FVHZY" --regions=ap-southeast-1 2022/07/11 11:44:25 aws importing region ap-southeast-1 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x15c63ac] goroutine...
Bumps [github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go) from 0.10.0 to 0.15.0. Release notes Sourced from github.com/Azure/azure-storage-blob-go's releases. v0.15.0 Version 0.15.0: Cleaned the function signatures for GetTags() and SetTags() Added Support for PutBlobFromUrl Added MSI login...
Hi, Trying to import existing lambda and eks cluster reaoureces with terraformer and it turns out to be 0 resources. bash-4.2# terraformer-aws import aws --regions=us-east-1 --resources=eks 2022/07/08 09:45:54 aws importing...
Fixes https://github.com/GoogleCloudPlatform/terraformer/issues/1149 and https://github.com/GoogleCloudPlatform/terraformer/issues/654 by upgrading various dependencies
Hi there, First I want to say thanks for all the work done here, is really awesome and very well done. I have been working with the tool a couple...
https://github.com/GoogleCloudPlatform/terraformer/issues/1085 Same issue as above, this was fixed in other resource objects but not panorama_policy Excerpt of diff from merge #1085  This is the current code for that panorama_policy...
I'm trying to get config from firewall (10.1.5) and I noticed that "position_keyword" and "position_reference" fields in "panos_security_rule_group" resources are missing in tfstate file and config files. When I add...
Hi, just wondering if there were any plans for this project to move past version 0.13? The M1 macs don't support older versions of tf and this limits a lot...
It happens on a clean installation. I'm unable to import any resource. ```terraformer import aws --resources=es -v --profile=macnificos``` ``` 2022/02/04 11:28:01 aws importing default region 2022-02-04T11:28:01.587+0100 [INFO] plugin: configuring client...