dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 658 forks source link

s3 website params don't generate properly for tf files #429

Open aking1012 opened 5 years ago

aking1012 commented 5 years ago

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"
  }

For example. I'm not complaining, I'm just writing it down.

Great tool btw.