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

I would love to see support for some other common AWS resources, namely: AWS::ApiGateway::Deployment AWS::ApiGateway::Account AWS::ApiGateway::Stage AWS::ApiGateway::RestApi AWS::ApiGateway::Method AWS::ApiGateway::Resource AWS::ApiGateway::Model AWS::Lambda::Function AWS::Lambda::Permission

The EC2 instances have the same "Name" tag. When I run the terraforming command: ` terraforming ec2 --profile myprofile --tfstate > ./terraform.tfstate` It generates the state file but only for...

Terraforming export the aws resources will use the tag as the name of resource, but sometimes we may use same tag for several ec2 instances as they have the same...

I'd love to see support for API Gateway added, that keeps the relationships between API Gateway and whatever other AWS Services the endpoints may be proxying.

enhancement

Resource template for fifo queue should be as follows: ``` resource "aws_sqs_queue" "terraform_queue" { name = "terraform-example-queue.fifo" fifo_queue = true content_based_deduplication = true } ``` But for fifo queue `test-example.fifo`,...

It looks like this doesn't yet support the `website` object for S3 bucket. (https://www.terraform.io/docs/providers/aws/r/s3_bucket.html#website)

enhancement

Specific Resources of AWS to Convert to Terraform For example currently our command would be like " terraforming s3 `Bucket-Name` " Or this could be list of properties (for specific...

Would be nice to have support for elastic search domains

enhancement

terraforming sn does not return ipv6_cidr_block