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

Currently terraform provides two different ways to define AWS Security Group Rules: - [standalone Security Group Rule resource](https://www.terraform.io/docs/providers/aws/r/security_group) - [Security Group resource with in-line rules](https://www.terraform.io/docs/providers/aws/r/security_group_rule.html) In @mitchellh's (Mitchell Hashimoto) own...

I see the sg description but not the descriptions for individual rules. We could import the description in-line in [security_group.rb#L91](https://github.com/dtan4/terraforming/blob/master/lib/terraforming/resource/security_group.rb#L91) with a separate `ingress` and `egress` block for each description...

Add Lambda Function support (#183) for lambda functions in default VPC and a user defined VPC. 'net/http' is required to download Lambda function code that is provided as a .ZIP...

It would be great to be able grab all this config data: https://www.terraform.io/docs/providers/aws/r/vpn_connection.html Great product! Thanks

enhancement

Hi, I was wondering if you plan to have cloudfront in terraforming usage? Thanks!

Is there any plan to support CLoud Trail?

There are warnings related to your configuration. If no errors occurred, Terraform will continue despite these warnings. It is a good idea to resolve these warnings in the near future....

I am seeing this error when using attampting to generate the entire stack, so I have run this iamp specifically and get the same result. There are others after this...

It's a simple problem and manual fix, I know. I'm just writing it down. Occurs across many classes of asset.

Introspected state holds dynamic data for the website set of parameters. However, the output for tf files doesn't include the website block. ``` website { redirect_all_requests_to = "http://www.example.com" } ```...