terraforming icon indicating copy to clipboard operation
terraforming copied to clipboard

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained

Results 101 terraforming issues
Sort by recently updated
recently updated
newest added

``` $ terraforming r53r --tfstate /usr/local/bin/terraforming: /usr/local/Cellar/terraforming/0.18.0/libexec/bin/terraforming: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory /usr/local/bin/terraforming: line 2: /usr/local/Cellar/terraforming/0.18.0/libexec/bin/terraforming: Undefined error: 0 ``` ProductName: Mac OS X ProductVersion: 10.15.1 BuildVersion:...

Document macOS setup for #405

Would be great if there is support for Cloud Front. `terraforming help cf` It seems like that's not available yet?

This addresses the concern from https://github.com/dtan4/terraforming/issues/437. This PR adds a description into each rule block in an SG. ``` ingress/egress { from_port = ... to_port = ... protocol = ......

There hasn't been an update in some time and wondering what is going on!

:smile:

enhancement

This project is awesome. Thank you for it.

Thanks so much for writing this, it looks like it's gonna be awesome for migrating existing resources into Terraform! However, I would prefer to migrate in smaller chunks, so I...

enhancement

Tags are adding in "tags {" format not in "tags = {" . That is why we need to change the tags interpolation every time after importing the .tf files....