'Generating terraform script from AWS

Is there a way in which we can generate terraform script for the accessible resources available in a given region for aws?



Solution 1:[1]

To generate a complete setup of terraform based on an existing AWS account, you can use e.g. this tool https://github.com/GoogleCloudPlatform/terraformer

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Daniel Seichter