/tfplan-to-aws-config

(Ab)using Terraform plans to record custom resources to AWS Config

Primary LanguageGo

TFPlan-to-AWS-Config

Currently in proof-of-concept-phase

AWS Config supports the recording of third-party resources through their API. This is a proof-of-concept to automatically record the state of non-AWS resources maintained using Terraform to AWS Config.

$ terraform plan -state tfplan
$ terraform show -json tfplan > tfplan.json
$ tfplan-to-aws-config tfplan.json